Information about plays

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

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

{
    "id": 351740,
    "uri": "https://api.kexp.org/v2/plays/351740/?format=api",
    "airdate": "2019-07-08T14:42:36-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58/2124119757-250.jpg",
    "thumbnail_uri": "",
    "song": "The Dead Heart",
    "track_id": "2f58c1fe-f573-3d20-bdec-07b0ba13c674",
    "recording_id": null,
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "Diesel and Dust",
    "release_id": "973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Midnight Oil (known informally as \"The Oils\") are an Australian rock band composed of Peter Garrett (vocals, harmonica), Rob Hirst (drums), Jim Moginie (guitar, keyboard), Martin Rotsey (guitar) and Bones Hillman (bass guitar).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}