Information about plays

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

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

{
    "id": 3594000,
    "uri": "https://api.kexp.org/v2/plays/3594000/?format=api",
    "airdate": "2025-12-21T11:32:30-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Free Kings",
    "track_id": null,
    "recording_id": "e3a10afe-fab7-43eb-93d2-dc37ce4cadc1",
    "artist": "Roland Kirk",
    "artist_ids": [
        "4a1f7fe0-e509-4c4a-9fa1-9cf6c3ca891c"
    ],
    "album": "We Free Kings",
    "release_id": null,
    "release_group_id": "46669ab3-daed-3025-9abe-61a63f9cf8bd",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A jazz version of a Christmas carol written in 1857 by the rector of Christ Episcopal Church in Williamsport, Pennsylvania, he wrote the carol for a Christmas pageant in New York City.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}