Information about plays

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

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

{
    "id": 356185,
    "uri": "https://api.kexp.org/v2/plays/356185/?format=api",
    "airdate": "2019-07-18T20:29:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fish Out of Water",
    "track_id": "b34d8ae8-55c1-4263-a3bd-4ee37647faed",
    "recording_id": null,
    "artist": "Jon Langford",
    "artist_ids": [
        "df3f656e-5083-40a1-8e51-d111b3d65992"
    ],
    "album": "Four Lost Souls",
    "release_id": "5e3ec44f-cb72-47fc-ae50-6ab1e416a464",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jon Langford is a member of the Mekons and Waco Brothers. He's also been in The Three Johns, Pine Valley Cosmonauts, Skull Orchard and who knows how many other projects.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}