Information about plays

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

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

{
    "id": 355986,
    "uri": "https://api.kexp.org/v2/plays/355986/?format=api",
    "airdate": "2019-07-18T09:30:35-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "http://coverartarchive.org/release/bdc1089a-4bf0-46b1-86dc-33b3e926f6c7/9552970595-250.jpg",
    "thumbnail_uri": "",
    "song": "The Other Side",
    "track_id": "92137990-3f76-4a8c-81f8-f23ce6221e8e",
    "recording_id": null,
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "The Race for Space",
    "release_id": "bdc1089a-4bf0-46b1-86dc-33b3e926f6c7",
    "release_group_id": null,
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2015-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Here in Mission Control, we're standing by. There's uh, certainly a great deal of anxiety at this moment.\" - Sample from the 1968 Apollo 8 mission, the first human orbit of the Moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}