Information about plays

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

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

{
    "id": 342949,
    "uri": "https://api.kexp.org/v2/plays/342949/?format=api",
    "airdate": "2019-06-18T13:02:50-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Highway",
    "track_id": "7f1b50da-09a2-3d31-b325-e39f68ff81c4",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Comes a Time",
    "release_id": "23dec9c0-9cf5-36e7-86a5-fe59dfa78b22",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Besides being a song, \"Human Highway\" is a 1982 American comedy film starring and co-directed by Neil Young under his pseudonym Bernard Shakey.:  https://www.denofgeek.com/us/culture/neil-young/273432/the-weird-story-of-neil-youngs-human-highway",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}