Information about plays

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

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

{
    "id": 351891,
    "uri": "https://api.kexp.org/v2/plays/351891/?format=api",
    "airdate": "2019-07-09T00:21:00-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down by the River",
    "track_id": "bef8a048-3910-3910-bc79-a842fe6137e0",
    "recording_id": null,
    "artist": "Buddy Miles",
    "artist_ids": [
        "575ce447-e37e-4810-a4a2-c3a346455048"
    ],
    "album": "Them Changes",
    "release_id": "3e8597a3-5ec3-3e3e-b40f-3094a09dfc74",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founding member of Electric Flag, member of Jimi Hendrix's Band of Gypsys. Song originally by Neil Young.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}