Information about plays

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

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

{
    "id": 2670684,
    "uri": "https://api.kexp.org/v2/plays/2670684/?format=api",
    "airdate": "2019-12-08T17:37:15-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/29314f96-150a-463f-9de2-716117ae8c7e/10117994621-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Yourself High",
    "track_id": "5a523bf9-fc7d-380e-bb2c-57d4ac25bdf0",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Singles 93-03",
    "release_id": "29314f96-150a-463f-9de2-716117ae8c7e",
    "release_group_id": null,
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is a delicious reminder of how The Chemical Brothers have shaken the dance world with bomb-blasting beats, exhilarating riffs and samples. The album closes with this treat with Canadian rapper K-OS to MC.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}