Information about plays

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

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

{
    "id": 3557241,
    "uri": "https://api.kexp.org/v2/plays/3557241/?format=api",
    "airdate": "2025-09-24T16:19:30-07:00",
    "show": 64651,
    "show_uri": "https://api.kexp.org/v2/shows/64651/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-b7a72048-95a5-4038-9943-7ec10fdce21a/mbid-b7a72048-95a5-4038-9943-7ec10fdce21a-30531692454_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-b7a72048-95a5-4038-9943-7ec10fdce21a/mbid-b7a72048-95a5-4038-9943-7ec10fdce21a-30531692454_thumb250.jpg",
    "song": "Superperfection",
    "track_id": "8305c19f-b127-4562-abad-c2aff86cf8b4",
    "recording_id": "0a2f4526-8e18-4d0f-90b4-eca628ca67cd",
    "artist": "Film School",
    "artist_ids": [
        "9499a0a3-61af-41a3-bbdf-9fdfda142778"
    ],
    "album": "We Weren't Here",
    "release_id": "b7a72048-95a5-4038-9943-7ec10fdce21a",
    "release_group_id": "7e640037-1d65-45a6-a9cd-6d2bf966d852",
    "labels": [
        "Sonic Ritual"
    ],
    "label_ids": [
        "482c8d62-25fb-4059-80e1-2775ef4c3f32"
    ],
    "release_date": "2021-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this date four years ago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}