Information about plays

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

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

{
    "id": 3549232,
    "uri": "https://api.kexp.org/v2/plays/3549232/?format=api",
    "airdate": "2025-09-05T13:23:11-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b75d351-e511-42af-b0f4-ee10b2663469/2581897624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b75d351-e511-42af-b0f4-ee10b2663469/2581897624-250.jpg",
    "song": "Killer Queen",
    "track_id": null,
    "recording_id": "7b3d96c9-3e22-4337-be32-f8a26b816685",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Sheer Heart Attack",
    "release_id": null,
    "release_group_id": "002ed683-3327-3df0-88c8-318746089925",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1974-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Kenneth!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}