Information about plays

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

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

{
    "id": 2680576,
    "uri": "https://api.kexp.org/v2/plays/2680576/?format=api",
    "airdate": "2019-12-31T22:55:26-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man Who Dies Every Day",
    "track_id": "c89ec796-7ebd-315b-838c-736b2c616ee9",
    "recording_id": null,
    "artist": "Ultravox",
    "artist_ids": [
        "7e786a4c-c743-4713-9340-a6f12d8515d4"
    ],
    "album": "Ha! Ha! Ha!",
    "release_id": "176ed7c8-c5d5-3fbb-8b24-0898876ede84",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "71f33816-b284-4926-bd99-f6b7a83fb172"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}