Information about plays

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

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

{
    "id": 347049,
    "uri": "https://api.kexp.org/v2/plays/347049/?format=api",
    "airdate": "2019-06-27T16:14:45-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/a3c8da56-023e-4ba8-976d-05e6bd91d338/21576081770-250.jpg",
    "thumbnail_uri": "",
    "song": "Riding With Mary",
    "track_id": "7b7a6da8-d8ce-3346-8a9a-59d9c279074b",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Under the Big Black Sun",
    "release_id": "a3c8da56-023e-4ba8-976d-05e6bd91d338",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Under the Big Black Sun\" is the third album by American rock band X, and their major-label debut. It was released on Elektra Records in July 1982 and reissued on Rhino Records in 2001 with bonus tracks.\n\nThe cover art illustration was drawn by Alfred Harris",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}