Information about plays

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

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

{
    "id": 3624358,
    "uri": "https://api.kexp.org/v2/plays/3624358/?format=api",
    "airdate": "2026-03-02T09:57:54-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle",
    "track_id": "c30d7f4e-c33c-46d4-8d73-35cdcee3ceb4",
    "recording_id": "9c88da4b-b746-4a1c-8c65-a58ad48f6289",
    "artist": "The Feal",
    "artist_ids": [
        "9ef1d719-98bb-4ee6-8eb6-5407e39261de"
    ],
    "album": "Jungle",
    "release_id": "3dfc8025-cd48-439b-8eb7-1c0924240f8d",
    "release_group_id": "9eb9ca95-e77e-442e-9ebb-046e9c66e0d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new cover of Fred Again.. from The Feal!\n\nhttps://thefealmusic.bandcamp.com/track/jungle\n\nhttps://thefeal.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}