Information about plays

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

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

{
    "id": 468778,
    "uri": "https://api.kexp.org/v2/plays/468778/?format=api",
    "airdate": "2001-09-22T10:11:32-07:00",
    "show": 7976,
    "show_uri": "https://api.kexp.org/v2/shows/7976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Primo Ballerina",
    "track_id": null,
    "recording_id": null,
    "artist": "Clint Eastwood",
    "artist_ids": [
        "dc5dc215-bb90-4579-a13a-3a564b265546"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cha Cha"
    ],
    "label_ids": [
        "b6426cc8-b053-4f7e-aabd-0a997cf570bd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}