Information about plays

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

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

{
    "id": 534837,
    "uri": "https://api.kexp.org/v2/plays/534837/?format=api",
    "airdate": "2002-04-05T05:38:28-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Easy (So Far)",
    "track_id": "d6f754aa-47a5-4c83-946f-c686f913e741",
    "recording_id": null,
    "artist": "Low & Spring Heel Jack",
    "artist_ids": [
        "8607c48e-46f8-4850-9106-fab405a8f2e1"
    ],
    "album": "Bombscare EP",
    "release_id": "de55361b-b89a-4b78-a103-ff8ae96a48b7",
    "release_group_id": null,
    "labels": [
        "Tugboat Records"
    ],
    "label_ids": [
        "3283911f-bc6c-4876-94ce-df6f5d8456c8"
    ],
    "release_date": "2000-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}