Information about plays

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

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

{
    "id": 374100,
    "uri": "https://api.kexp.org/v2/plays/374100/?format=api",
    "airdate": "2019-08-29T17:29:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/6adcaad4-53c9-4d7f-9be5-085673fdbcaf/22935886904-250.jpg",
    "thumbnail_uri": "",
    "song": "Rich Man",
    "track_id": "f2647535-ea4f-43a2-8dfa-7dcdfc1e9a90",
    "recording_id": null,
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Father of the Bride",
    "release_id": "6adcaad4-53c9-4d7f-9be5-085673fdbcaf",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"During the days, I would work my day job transcribing and editing oral history interviews; and most evenings, I would work on this track list (maybe a little bit too obsessively).\"- Daniel from \"ZR\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}