Information about plays

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

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

{
    "id": 3593985,
    "uri": "https://api.kexp.org/v2/plays/3593985/?format=api",
    "airdate": "2025-12-21T10:40:02-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "Sound of Christmas",
    "release_id": null,
    "release_group_id": "4bca51fc-fb43-4519-8150-acc483dd8cda",
    "labels": [
        "Argo"
    ],
    "label_ids": [
        "bb9a014f-e627-47ef-97c2-81431ce26f97"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lewis, bassist Eldee Young, and drummer Isaac “Red Holt” Holt met in high school in Chicago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}