Information about plays

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

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

{
    "id": 3553522,
    "uri": "https://api.kexp.org/v2/plays/3553522/?format=api",
    "airdate": "2025-09-15T22:34:33-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/1817ef50-6568-4835-8c8e-1a74832717c8/29098382056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1817ef50-6568-4835-8c8e-1a74832717c8/29098382056-250.jpg",
    "song": "I Only Want to Crash",
    "track_id": null,
    "recording_id": null,
    "artist": "Sijya",
    "artist_ids": [
        "0a788b20-1ca9-4976-8ef6-80d32c349c84"
    ],
    "album": "Leather & Brass",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "One Little Independent"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More late night moods from New Delhi's Sijya - https://sijya.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}