Information about plays

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

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

{
    "id": 3612774,
    "uri": "https://api.kexp.org/v2/plays/3612774/?format=api",
    "airdate": "2026-02-03T17:00:06-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://coverartarchive.org/release/36ab9794-05db-3529-a402-2743eeb9ae2e/26024054580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36ab9794-05db-3529-a402-2743eeb9ae2e/26024054580-250.jpg",
    "song": "Time the Avenger",
    "track_id": null,
    "recording_id": "5cdce851-4536-42e4-bdc5-4af275d9fa01",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": null,
    "release_group_id": "3c6e2aa2-f015-3924-a00a-6f577fe93c3f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1984-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Time the Avenger\" was #48 on the Rock and Roll Charts in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}