Information about plays

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

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

{
    "id": 379332,
    "uri": "https://api.kexp.org/v2/plays/379332/?format=api",
    "airdate": "2019-09-10T23:44:20-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Who Died",
    "track_id": "5f757970-a4f5-33ed-b10b-865c13b8ba81",
    "recording_id": null,
    "artist": "The Jim Carroll Band",
    "artist_ids": [
        "52a18067-8b97-4422-8360-e068864e1cd6"
    ],
    "album": "Catholic Boy",
    "release_id": "41ca1f2e-2b4c-49e7-9a38-bf258c4fb61e",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}