Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/349730/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 349730,
    "uri": "https://api.kexp.org/v2/plays/349730/?format=api",
    "airdate": "2019-07-03T19:53:31-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What It Is?",
    "track_id": null,
    "recording_id": null,
    "artist": "Curtis Liggins Indications",
    "artist_ids": [
        "2d416d56-a5b4-43c1-ba90-4157e636c9d4"
    ],
    "album": "Eccentric Soul: Omnibus Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1969 single on Kaycee-Soul, b/w \"Funky Monkey Right On\" ; pretty amazing comp from Numero Group: https://eccentricsoul.bandcamp.com/album/eccentric-soul-omnibus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}