Information about plays

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

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

{
    "id": 3520160,
    "uri": "https://api.kexp.org/v2/plays/3520160/?format=api",
    "airdate": "2025-06-28T22:50:49-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/132f50b9-2e62-44d9-ad52-58c5256d9fc0/25363955545-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/132f50b9-2e62-44d9-ad52-58c5256d9fc0/25363955545-250.jpg",
    "song": "Brat Girl",
    "track_id": null,
    "recording_id": "f1aa52e6-bd54-4f9b-8171-ac78df0123f3",
    "artist": "Bratmobile",
    "artist_ids": [
        "d6dfbc0b-d737-49df-be8e-517b85985bcb"
    ],
    "album": "The Real Janelle",
    "release_id": null,
    "release_group_id": "3725d9c5-4c31-39c9-a59e-5be37c6134c1",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}