Information about plays

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

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

{
    "id": 1308097,
    "uri": "https://api.kexp.org/v2/plays/1308097/?format=api",
    "airdate": "2007-11-29T04:38:11-08:00",
    "show": 22880,
    "show_uri": "https://api.kexp.org/v2/shows/22880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Machine In The Ghost (feat. Barbara Panther)",
    "track_id": "3feaab8f-46c0-4a50-9399-cef180b7ead4",
    "recording_id": null,
    "artist": "Burnt Friedman",
    "artist_ids": [
        "2ddb1370-2a5c-48fb-957e-21e2f64cdea3"
    ],
    "album": "First Night Forever",
    "release_id": "7e72af33-be2c-4902-b601-e334d0620dca",
    "release_group_id": null,
    "labels": [
        "Nonplace"
    ],
    "label_ids": [
        "6285fcbd-2856-4889-93c7-5b71327a4a41"
    ],
    "release_date": "2007-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}