Information about plays

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

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

{
    "id": 496206,
    "uri": "https://api.kexp.org/v2/plays/496206/?format=api",
    "airdate": "2001-12-12T23:07:00-08:00",
    "show": 8511,
    "show_uri": "https://api.kexp.org/v2/shows/8511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need You",
    "track_id": "21d13b03-d114-4fea-ac46-6a9a255a7944",
    "recording_id": null,
    "artist": "Kelly Slusher",
    "artist_ids": [
        "44463fe3-7268-4164-a795-5bd16c344181"
    ],
    "album": "The Lonely Leave",
    "release_id": "0844467d-51ee-4d65-ab15-6695c090384b",
    "release_group_id": null,
    "labels": [
        "Red Square"
    ],
    "label_ids": [
        "4158c958-3b30-4f0e-8279-539b435719d0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}