Information about plays

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

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

{
    "id": 348412,
    "uri": "https://api.kexp.org/v2/plays/348412/?format=api",
    "airdate": "2019-06-30T23:36:00-07:00",
    "show": 5807,
    "show_uri": "https://api.kexp.org/v2/shows/5807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up Jumped the Devil",
    "track_id": "5f5ed653-1bbb-333f-93bb-6d14d64e738b",
    "recording_id": null,
    "artist": "John Davis and the Monster Orchestra",
    "artist_ids": [
        "888ae19d-7a90-48c6-bbd5-4fab297955fb"
    ],
    "album": "Up Jumped the Devil",
    "release_id": "6a03d491-885d-4e15-9ed5-b01f4835ac13",
    "release_group_id": null,
    "labels": [
        "Sam Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}