Information about plays

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

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

{
    "id": 372496,
    "uri": "https://api.kexp.org/v2/plays/372496/?format=api",
    "airdate": "2019-08-26T09:05:12-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/a072c5ac-83cb-4336-ad66-1ef374612105/15468250055-250.jpg",
    "thumbnail_uri": "",
    "song": "Handyman Blues",
    "track_id": "2e028a70-f0b7-4325-95bc-cbdde3c2d390",
    "recording_id": null,
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Tooth & Nail",
    "release_id": "a072c5ac-83cb-4336-ad66-1ef374612105",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video features Billy Bragg and a handful of British comedians taking part in a self-help group at a hardware store. https://www.youtube.com/watch?v=2YmHtISRcz0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}