Information about plays

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

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

{
    "id": 3617600,
    "uri": "https://api.kexp.org/v2/plays/3617600/?format=api",
    "airdate": "2026-02-14T22:25:42-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Need You (Cause I Got Me)",
    "track_id": null,
    "recording_id": "fb0609ca-79e1-4666-ada7-03c6cd04e060",
    "artist": "The Nubs",
    "artist_ids": [
        "434d7797-a829-4177-a8f2-10c7a0ab6317"
    ],
    "album": "I Don't Need You (Cause I Got Me) / Dogs",
    "release_id": null,
    "release_group_id": "c646558b-b202-4dcb-9090-9da08c1735db",
    "labels": [
        "NCS Records"
    ],
    "label_ids": [
        "a72a9a3c-cc30-4eac-b21c-8d1df821f60d"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NUBS were created in 1979 and slowly ascended the New England music scene from 1979 to 1982. They shared the stage with The Neighborhoods and Lou Miami and the Kosmetics.\n\nhttps://thenubs1.bandcamp.com/\nhttps://www.facebook.com/people/The-NUBS/61573898126507/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}