Information about plays

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

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

{
    "id": 1334162,
    "uri": "https://api.kexp.org/v2/plays/1334162/?format=api",
    "airdate": "2008-02-03T13:24:39-08:00",
    "show": 23320,
    "show_uri": "https://api.kexp.org/v2/shows/23320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spain in the Summertime",
    "track_id": null,
    "recording_id": null,
    "artist": "King Of Prussia",
    "artist_ids": [
        "3dea704f-d934-4c37-b6e4-35e4e180de74"
    ],
    "album": "Save the Scene",
    "release_id": "8b06386d-a5ec-4769-ad41-ea6a3b4b58df",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}