Information about plays

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

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

{
    "id": 355228,
    "uri": "https://api.kexp.org/v2/plays/355228/?format=api",
    "airdate": "2019-07-16T21:00:34-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Women Today Take Care of Business",
    "track_id": "92ea78f0-f1f1-4d79-b781-c38d21cc5072",
    "recording_id": null,
    "artist": "Zomba Prison Project",
    "artist_ids": [
        "0ea9d96e-925b-486b-b8a3-44d5db6555a8"
    ],
    "album": "\"I Have No Everything Here\"",
    "release_id": "653f1c05-a49e-472d-aa17-5bd4c9553d2b",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2015-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}