Information about plays

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

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

{
    "id": 3636493,
    "uri": "https://api.kexp.org/v2/plays/3636493/?format=api",
    "airdate": "2026-04-01T15:16:56-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/bad9aef0-0851-4369-95c4-d09fae6af6a7/9361874689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bad9aef0-0851-4369-95c4-d09fae6af6a7/9361874689-250.jpg",
    "song": "Why iii Love the Moon.",
    "track_id": null,
    "recording_id": "910fa86b-838e-4685-96b8-220bce205ffa",
    "artist": "Phony Ppl",
    "artist_ids": [
        "0daad2e7-9b0e-4aea-abc5-d1b21c3c12bd"
    ],
    "album": "Yesterday's Tomorrow",
    "release_id": null,
    "release_group_id": "7e2eb3be-d5b0-4d11-8b8a-3ccc229a5009",
    "labels": [
        "Phony PPL LLC"
    ],
    "label_ids": [
        "a7fb9cff-9a51-48a9-80d6-15d37c3235d0"
    ],
    "release_date": "2015-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phony Ppl is a quintet from Brooklyn. See the official video for \"Why I Love the Moon\" (and remember that Artemis launches at 3:24 p.m. --Pacific Time--today): https://www.youtube.com/watch?v=dOD9f7wM8W0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}