Information about plays

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

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

{
    "id": 2680854,
    "uri": "https://api.kexp.org/v2/plays/2680854/?format=api",
    "airdate": "2020-01-01T14:52:38-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccce7a2e-168c-4675-8bbc-b6f5d73cde1b/21277107697-250.jpg",
    "thumbnail_uri": "",
    "song": "Here in Spirit",
    "track_id": "03149881-51d6-4f08-819f-f3cbbf9c32b5",
    "recording_id": null,
    "artist": "Jim James",
    "artist_ids": [
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Eternally Even",
    "release_id": "ccce7a2e-168c-4675-8bbc-b6f5d73cde1b",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James wrote the song after attending a Los Angeles rally the day after the tragic shootings at the Pulse Nightclub in Orlando. He said in a press release, “It’s a song about speaking out and trying to be there for people in spirit even if you can’t be at every rally and battle.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}