Information about plays

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

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

{
    "id": 3624478,
    "uri": "https://api.kexp.org/v2/plays/3624478/?format=api",
    "airdate": "2026-03-02T17:39:38-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Valley of Paradise",
    "track_id": null,
    "recording_id": null,
    "artist": "Psychemagik",
    "artist_ids": [
        "cb663534-bc4d-4c6e-82fb-8989cfd1233a"
    ],
    "album": "I Feel This is How Night Should Look",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "revision of Orleans by David Crosby\n\nhttps://psychemagik.bandcamp.com/album/i-feel-how-this-night-should-look",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}