Information about plays

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

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

{
    "id": 374159,
    "uri": "https://api.kexp.org/v2/plays/374159/?format=api",
    "airdate": "2019-08-29T20:12:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Like Them",
    "track_id": "6ae22a25-ca6b-46f2-a121-ea85f7983853",
    "recording_id": null,
    "artist": "Lydia Loveless",
    "artist_ids": [
        "c306218f-6818-40ce-97ce-7cadd3d5213f"
    ],
    "album": "Indestructible Machine",
    "release_id": "582cdc18-a825-4d2d-8562-e23712699e97",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2011-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neumos on Thursday September 5th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}