Information about plays

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

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

{
    "id": 377018,
    "uri": "https://api.kexp.org/v2/plays/377018/?format=api",
    "airdate": "2019-09-05T13:38:34-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?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": "Emily chose this space-themed track from Public Service Broadcasting. \"Perhaps the only band to have the British Film Institute on speed dial, the London duo Public Service Broadcasting take clips of public service films and lay them over soaring electronic rock.\" Read more from the KEXP Song of the Day Podcast here: https://www.kexp.org/read/2015/03/17/song-of-the-day-public-service-broadcasting-go/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}