Information about plays

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

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

{
    "id": 3635470,
    "uri": "https://api.kexp.org/v2/plays/3635470/?format=api",
    "airdate": "2026-03-30T06:04:13-07:00",
    "show": 66319,
    "show_uri": "https://api.kexp.org/v2/shows/66319/?format=api",
    "image_uri": "https://coverartarchive.org/release/72c6b7bd-6999-48cb-9197-e2f8d0dc5703/16145595354-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72c6b7bd-6999-48cb-9197-e2f8d0dc5703/16145595354-250.jpg",
    "song": "Victory",
    "track_id": null,
    "recording_id": "2015d8b1-1288-440e-8da0-49ff8f4862cc",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Dry",
    "release_id": null,
    "release_group_id": "78e2be48-6a07-31bf-b85f-3a1093177263",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1992-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album-versary: On this day in 1992, PJ Harvey released her groundbreaking debut studio album, Dry.\n\nKurt Cobain famously listed Dry as his 16th favorite album of all time in his posthumously published journals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}