Information about plays

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

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

{
    "id": 355969,
    "uri": "https://api.kexp.org/v2/plays/355969/?format=api",
    "airdate": "2019-07-18T08:30:00-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Walk to Freedom \"Halala South Africa\" (5.1 mix)",
    "track_id": "72fe215f-67dc-482b-b5af-644082e89986",
    "recording_id": null,
    "artist": "Ladysmith Black Mambazo",
    "artist_ids": [
        "c1982570-8efb-4cf7-bb5b-c9c026c0e8f4"
    ],
    "album": "Long Walk to Freedom",
    "release_id": "7e65c5a9-885b-49dd-a820-4fb70fb8f7cd",
    "release_group_id": null,
    "labels": [
        "Heads Up International"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The South African choral group that also appeared on Paul Simon's <i>Graceland</i> album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}