Information about plays

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

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

{
    "id": 3627845,
    "uri": "https://api.kexp.org/v2/plays/3627845/?format=api",
    "airdate": "2026-03-11T20:13:09-07:00",
    "show": 66155,
    "show_uri": "https://api.kexp.org/v2/shows/66155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man With The Little Hands",
    "track_id": "cdf92918-e43a-4f23-ac28-4e70b842c3e7",
    "recording_id": "cd382e70-0600-4c82-99c6-d583dc5eb010",
    "artist": "Kingdom of the Holy Sun",
    "artist_ids": [
        "774d1cb3-7354-4d5e-8e11-84f799cdc817"
    ],
    "album": "The Man With The Little Hands",
    "release_id": "4393402d-8ca3-43f2-a7cc-a71115d9103d",
    "release_group_id": "5e7515fb-3026-42e8-9970-f36f03267f82",
    "labels": [
        "Dead Bees Records"
    ],
    "label_ids": [
        "56a2d044-3180-494d-82f2-fdf6b3587446"
    ],
    "release_date": "2019-03-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cascadia psychedelia! Give it a listen here:\nhttps://kingdomoftheholysun.bandcamp.com/album/in-the-shadows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}