Information about plays

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

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

{
    "id": 379697,
    "uri": "https://api.kexp.org/v2/plays/379697/?format=api",
    "airdate": "2019-09-11T21:16:12-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're Not Alone (feat. Rhiannon Giddens & Allison Russell)",
    "track_id": "a039bc2f-5f5d-496d-bedf-de5dc451ff72",
    "recording_id": null,
    "artist": "Our Native Daughters",
    "artist_ids": [
        "2d3b1855-679e-44b4-9294-3c4b705cf6e1"
    ],
    "album": "Songs of Our Native Daughters",
    "release_id": "1ee9a50c-8881-40f5-ae8f-a5bccb201391",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}