Information about plays

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

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

{
    "id": 471609,
    "uri": "https://api.kexp.org/v2/plays/471609/?format=api",
    "airdate": "2001-09-30T21:27:41-07:00",
    "show": 8032,
    "show_uri": "https://api.kexp.org/v2/shows/8032/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move Out of the Way",
    "track_id": "fe7311e5-fc36-4cdf-92d0-0f5b3fb56fd7",
    "recording_id": null,
    "artist": "Los Chicharrons",
    "artist_ids": [
        "c8673bf5-4dbc-4a23-a778-25cc34831401"
    ],
    "album": "Blow for You, Blow for Me",
    "release_id": "00cd1b44-153d-4081-9991-1e174d373e9c",
    "release_group_id": null,
    "labels": [
        "Tummy Touch"
    ],
    "label_ids": [
        "942bbf0f-b746-4d07-927b-8bdc34a81dea"
    ],
    "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"
}