Information about plays

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

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

{
    "id": 2681680,
    "uri": "https://api.kexp.org/v2/plays/2681680/?format=api",
    "airdate": "2020-01-03T16:48:36-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7b4d260-dad4-4b1c-8c7f-188c572930ec/22308522417-250.jpg",
    "thumbnail_uri": "",
    "song": "FEEL NOTHING",
    "track_id": "7253f5ce-6fdc-4bfa-ab3e-bf03ee4b1cfe",
    "recording_id": null,
    "artist": "HEALTH",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "VOL. 4:: SLAVES OF FEAR",
    "release_id": "b7b4d260-dad4-4b1c-8c7f-188c572930ec",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}