Information about plays

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

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

{
    "id": 3547322,
    "uri": "https://api.kexp.org/v2/plays/3547322/?format=api",
    "airdate": "2025-08-31T22:06:18-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "https://coverartarchive.org/release/8df53a98-da10-4084-a5af-b9b3b64bcb33/2433557710-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8df53a98-da10-4084-a5af-b9b3b64bcb33/2433557710-250.jpg",
    "song": "So What’cha Want (All the Way Live Freestyle version)",
    "track_id": null,
    "recording_id": "d9ca33be-73ce-4359-9c29-378df13a32ab",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": null,
    "release_group_id": "b0935b00-1380-3777-b79d-bd49ef5fb9c0",
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1992-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}