Information about plays

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

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

{
    "id": 2681120,
    "uri": "https://api.kexp.org/v2/plays/2681120/?format=api",
    "airdate": "2020-01-02T06:05:51-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Up That Hill (A Deal With God)",
    "track_id": "426ed064-f9f4-486e-a0d8-c0049075d20c",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "b5b62259-7005-4574-a3f4-fb4dd3dd9414",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}