Information about plays

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

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

{
    "id": 3414026,
    "uri": "https://api.kexp.org/v2/plays/3414026/?format=api",
    "airdate": "2024-10-17T21:02:53-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Duncan Dancin'",
    "track_id": null,
    "recording_id": "0d2b52e4-090c-4eda-ba85-f786e93f8c97",
    "artist": "Non Band",
    "artist_ids": [
        "3637d502-e3bc-461c-8f69-94891c3ec402"
    ],
    "album": "Non Band",
    "release_id": null,
    "release_group_id": "172fa4a4-e02b-4163-9fa9-b833293379a2",
    "labels": [
        "WAX RECORDS"
    ],
    "label_ids": [
        "19a50b27-acc3-4536-b418-9cdc28ea8e29"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Non Band, (sometimes spelled NoN baNd) are a Japanese punk band part of the Tokyo Rockers movement.\n--\nhttps://non-band.bandcamp.com/album/non-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}