Information about plays

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

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

{
    "id": 376174,
    "uri": "https://api.kexp.org/v2/plays/376174/?format=api",
    "airdate": "2019-09-03T18:30:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyland",
    "track_id": "c9e6bf34-a642-4fd9-b9a3-59f6de648eec",
    "recording_id": null,
    "artist": "47SOUL",
    "artist_ids": [
        "3bbc179b-cada-4022-a495-c1ee3566e033"
    ],
    "album": "Shamstep",
    "release_id": "6d7e6d1a-e8ac-4018-9a9e-94575e157698",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jordan/Palestine. 47Soul are one of the forces behind Shamstep, a style of Dabke (dance) music from the Middle East, combined with electronic instruments. See them LIVE September 24 at Nectar Lounge -- and hear them LIVE ON KEXP on WoPop at 7pm that day!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}