Information about plays

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

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

{
    "id": 352933,
    "uri": "https://api.kexp.org/v2/plays/352933/?format=api",
    "airdate": "2019-07-11T07:51:51-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/bdc1089a-4bf0-46b1-86dc-33b3e926f6c7/9552970595-250.jpg",
    "thumbnail_uri": "",
    "song": "Go!",
    "track_id": "df153037-ff40-4f02-9355-05503927c412",
    "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": "This concept album from British band Public Service Broadcasting uses sound bites relating to the space race that spanned from 1957-1972. The track \"Go\" is inspired by the 1969 Apollo 11 mission, the first Moon landing by a manned spacecraft",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}