Information about plays

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

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

{
    "id": 3640146,
    "uri": "https://api.kexp.org/v2/plays/3640146/?format=api",
    "airdate": "2026-04-10T03:46:46-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/7278ac85-3742-4009-ac22-3d6f249c22c1/7844967851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7278ac85-3742-4009-ac22-3d6f249c22c1/7844967851-250.jpg",
    "song": "Techno Syndrome (Mortal Kombat)",
    "track_id": null,
    "recording_id": "70c608ef-4c9d-4129-ad6d-59cbcf2e1aa6",
    "artist": "The Immortals",
    "artist_ids": [
        "2eabaae4-ab68-4d60-bdc2-a2d1d2abc092"
    ],
    "album": "Mortal Kombat: The Album",
    "release_id": null,
    "release_group_id": "283e7cda-d7d9-4db8-82be-d4c367fcb012",
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1994-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}