Information about plays

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

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

{
    "id": 3550496,
    "uri": "https://api.kexp.org/v2/plays/3550496/?format=api",
    "airdate": "2025-09-08T15:22:35-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://coverartarchive.org/release/51c51799-84aa-4fec-bd37-6319963b21f9/39959233147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51c51799-84aa-4fec-bd37-6319963b21f9/39959233147-250.jpg",
    "song": "Mercy",
    "track_id": null,
    "recording_id": "2df3c55b-f692-4c8c-a970-7d56e5ae54e5",
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Chairs Missing",
    "release_id": null,
    "release_group_id": "3e60a576-5bd0-3028-a0db-558c4a9845c7",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1978-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This classic album was released on this day in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}