Information about plays

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

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

{
    "id": 3556882,
    "uri": "https://api.kexp.org/v2/plays/3556882/?format=api",
    "airdate": "2025-09-23T21:13:05-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a3e0783-18a9-44b1-b81c-81f2ddd2e78e/26144070585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a3e0783-18a9-44b1-b81c-81f2ddd2e78e/26144070585-250.jpg",
    "song": "Cucurrucucú paloma",
    "track_id": null,
    "recording_id": "7b1b2576-4fbb-4b64-abc4-41de841ab9fb",
    "artist": "Natalia Lafourcade",
    "artist_ids": [
        "2ceb4e66-4eaa-4dba-ad3a-30df3b742557"
    ],
    "album": "Un canto por México, vol. 1",
    "release_id": null,
    "release_group_id": "b5b3fead-f6fb-4c8c-b5b8-2671108120ae",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2020-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalia Lafourcade's The Cancionera Tour has been rescheduled to June 17, 2026 at the Paramount Theater\n---\nTickets are still available for that here: https://tinyurl.com/yz2p4u4b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}