Information about plays

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

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

{
    "id": 351373,
    "uri": "https://api.kexp.org/v2/plays/351373/?format=api",
    "airdate": "2019-07-07T16:14:21-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/8114b878-c9ff-4c4f-bc19-5baabc10f32c/10513425245-250.jpg",
    "thumbnail_uri": "",
    "song": "Waitress",
    "track_id": "caf5a2a7-65f4-4413-837f-7b7098a4d8a8",
    "recording_id": null,
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Painted Shut",
    "release_id": "8114b878-c9ff-4c4f-bc19-5baabc10f32c",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2015-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=36O-GEk1DCc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}