Information about plays

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

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

{
    "id": 350181,
    "uri": "https://api.kexp.org/v2/plays/350181/?format=api",
    "airdate": "2019-07-04T20:47:14-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/83fc4709-5a3d-4589-9076-80297a796fba/16448672935-250.jpg",
    "thumbnail_uri": "",
    "song": "Molotov",
    "track_id": "6258399a-2a71-4628-95d1-32b56d232281",
    "recording_id": null,
    "artist": "Jason Isbell and The 400 Unit",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d"
    ],
    "album": "The Nashville Sound",
    "release_id": "83fc4709-5a3d-4589-9076-80297a796fba",
    "release_group_id": null,
    "labels": [
        "Southeastern Records"
    ],
    "label_ids": [
        "e0be67f0-048c-4bc6-a2b2-7a2199f78be1"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}