Information about plays

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

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

{
    "id": 3636658,
    "uri": "https://api.kexp.org/v2/plays/3636658/?format=api",
    "airdate": "2026-04-02T00:11:02-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1dea5d4-5500-4074-8147-34f55d180b6f/10109936408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1dea5d4-5500-4074-8147-34f55d180b6f/10109936408-250.jpg",
    "song": "It’s Like Reaching for the Moon",
    "track_id": null,
    "recording_id": "b872d360-b74a-437b-9a73-d893cbe10ebf",
    "artist": "Carmen McRae",
    "artist_ids": [
        "29b0a6c7-ab3a-4bf3-a64f-63c8a3548196"
    ],
    "album": "The Great American Songbook",
    "release_id": null,
    "release_group_id": "1f9be7b1-6613-3144-8c2a-6e9e45d399e5",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}