Information about plays

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

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

{
    "id": 346900,
    "uri": "https://api.kexp.org/v2/plays/346900/?format=api",
    "airdate": "2019-06-27T09:15:07-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Money",
    "track_id": "7cbc3bb6-f020-4736-810c-5247ccd53f74",
    "recording_id": null,
    "artist": "Soulsavers",
    "artist_ids": [
        "718d45b2-7b8f-4cdc-85a8-26aa01d99bd7"
    ],
    "album": "It’s Not How Far You Fall, It’s the Way You Land",
    "release_id": "954d749f-6722-42a8-afd6-1ad660755c2f",
    "release_group_id": null,
    "labels": [
        "V2 Records International Ltd."
    ],
    "label_ids": [
        "af2985a6-6c2b-4c1a-bd09-855f4148c061"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring local legend Mark Lanegan on vocals for this track! Speaking of local legend Mark Lanegan, he'll be at Timber Festival in Carnation, WA this July: https://summer.timbermusicfest.com/2019-artists/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}