Information about plays

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

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

{
    "id": 353191,
    "uri": "https://api.kexp.org/v2/plays/353191/?format=api",
    "airdate": "2019-07-11T20:11:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Change Me",
    "track_id": "9e325f84-8e64-322d-8985-29b0dd969edf",
    "recording_id": null,
    "artist": "Lydia Loveless",
    "artist_ids": [
        "c306218f-6818-40ce-97ce-7cadd3d5213f"
    ],
    "album": "Indestructible Machine",
    "release_id": "5d763fe4-eaf3-4b77-8ab9-5437e201f6b1",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}