Information about plays

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

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

{
    "id": 2678291,
    "uri": "https://api.kexp.org/v2/plays/2678291/?format=api",
    "airdate": "2019-12-26T06:53:58-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a40a635-d7cb-4fc2-8bd5-f9f852d93e4c/11167911445-250.jpg",
    "thumbnail_uri": "",
    "song": "Beautiful Blue Sky",
    "track_id": "1111de1b-2635-4071-9491-e607579e3e6d",
    "recording_id": null,
    "artist": "Ought",
    "artist_ids": [
        "a039f1f1-e664-4aee-a917-426514734aa0"
    ],
    "album": "Sun Coming Down",
    "release_id": "6a40a635-d7cb-4fc2-8bd5-f9f852d93e4c",
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": "2015-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Ought performing live in the KEXP studio AAAAAALLLLLLLL the way back in 2015: https://www.youtube.com/watch?v=s9_U-BqTGug",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}