Information about plays

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

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

{
    "id": 3561621,
    "uri": "https://api.kexp.org/v2/plays/3561621/?format=api",
    "airdate": "2025-10-05T12:10:55-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia601205.us.archive.org/31/items/mbid-ec0af468-657b-434b-b300-28f355d227bf/mbid-ec0af468-657b-434b-b300-28f355d227bf-38529645052_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/31/items/mbid-ec0af468-657b-434b-b300-28f355d227bf/mbid-ec0af468-657b-434b-b300-28f355d227bf-38529645052_thumb250.jpg",
    "song": "Run Right Back",
    "track_id": "9bffe20f-4de3-3642-a07c-58ab78044bb0",
    "recording_id": "3a2bd218-4ed9-4d4b-a27b-09868045a0cb",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "El Camino",
    "release_id": "ec0af468-657b-434b-b300-28f355d227bf",
    "release_group_id": "c2eed4c1-5cd9-469a-9075-b82077093967",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2011-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#682\n\nRun Right Back to KEXP and donate!\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}