Information about plays

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

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

{
    "id": 3579591,
    "uri": "https://api.kexp.org/v2/plays/3579591/?format=api",
    "airdate": "2025-11-17T23:37:01-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5755d9b-b44e-4fc3-9c61-7af1567190df/17383956983-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5755d9b-b44e-4fc3-9c61-7af1567190df/17383956983-250.jpg",
    "song": "Josephine (Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Egyptrixx",
    "artist_ids": [
        "d9f0e57f-947d-44b3-a47a-f87cf90710f6"
    ],
    "album": "How Tidal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/O Brit on Expansions last night for alerting me to new Egyptrixx! - https://egyptrixx.bandcamp.com/album/how-tidal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}