Information about plays

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

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

{
    "id": 3417361,
    "uri": "https://api.kexp.org/v2/plays/3417361/?format=api",
    "airdate": "2024-10-26T03:13:06-07:00",
    "show": 61675,
    "show_uri": "https://api.kexp.org/v2/shows/61675/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halloween",
    "track_id": null,
    "recording_id": "a85e4add-7910-4873-bbfe-2c29515ffdd4",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": null,
    "release_group_id": "844bfb05-2b51-35e2-8063-1c8e6746c781",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1981-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}