Information about plays

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

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

{
    "id": 499359,
    "uri": "https://api.kexp.org/v2/plays/499359/?format=api",
    "airdate": "2001-12-22T02:39:00-08:00",
    "show": 8569,
    "show_uri": "https://api.kexp.org/v2/shows/8569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Transylvania Suite",
    "track_id": "9086378a-3ee8-4dd8-a9b5-edc6abac40d3",
    "recording_id": null,
    "artist": "Kálmán Balogh & The Gipsy Cimbalom Band",
    "artist_ids": [
        "18867ecc-eccb-4e5d-bfa8-903efee5ed7d"
    ],
    "album": "Gypsy Jazz",
    "release_id": "aa93c58c-49cd-47e1-93bd-e731470a31b3",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}