Information about plays

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

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

{
    "id": 375934,
    "uri": "https://api.kexp.org/v2/plays/375934/?format=api",
    "airdate": "2019-09-03T08:44:56-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Che Che Colé Makossa",
    "track_id": "994974d3-c358-4722-baa4-b8e3571240fe",
    "recording_id": null,
    "artist": "Antibalas Afrobeat Orchestra",
    "artist_ids": [
        "c271d63d-3fa2-43c2-9f38-5d100101f44c"
    ],
    "album": "LAMC: Brilliant Tunes from the Latin Aternative",
    "release_id": "f5af15dd-d966-4d71-834d-a98cf9e6898a",
    "release_group_id": null,
    "labels": [
        "Media Services"
    ],
    "label_ids": [
        "bb7cf762-adda-4f34-91bb-2ff2ff31fa49"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antibalas means 'bulletproof'! Here is a link to a recording of their KEXP live performance, as well as other in-studios around the country: https://antibalas.com/video",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}