Information about plays

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

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

{
    "id": 379244,
    "uri": "https://api.kexp.org/v2/plays/379244/?format=api",
    "airdate": "2019-09-10T18:33:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya Ganoubeh",
    "track_id": "ac091ee2-28b1-4086-bbe5-d481bbb6b7fc",
    "recording_id": null,
    "artist": "The Nile Project",
    "artist_ids": [
        "f705bd06-199f-49a2-9290-2b2606d19d52"
    ],
    "album": "Aswan",
    "release_id": "3048bb3a-a429-41e3-a5c0-b386d10a4a3d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2013-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composed of musicians from countries the length of the Nile River, The Nile Project played an in-studio in 2015. Stream now on the KEXP YouTube channel: https://youtu.be/EJQf1vtxH58",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}