Information about plays

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

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

{
    "id": 3590456,
    "uri": "https://api.kexp.org/v2/plays/3590456/?format=api",
    "airdate": "2025-12-13T05:23:35-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia802907.us.archive.org/3/items/mbid-026d7baa-6c03-42db-8da0-ee3cc137f864/mbid-026d7baa-6c03-42db-8da0-ee3cc137f864-25743162804_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/3/items/mbid-026d7baa-6c03-42db-8da0-ee3cc137f864/mbid-026d7baa-6c03-42db-8da0-ee3cc137f864-25743162804_thumb250.jpg",
    "song": "I Hope That I Get Old Before I Die",
    "track_id": "67e650a1-0c69-3cf0-9468-bbd5b6811be4",
    "recording_id": "dd0a89ce-815c-4f66-aed6-06eca2846dde",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "They Might Be Giants",
    "release_id": "026d7baa-6c03-42db-8da0-ee3cc137f864",
    "release_group_id": "6907b0f6-167c-350d-89db-5d1cf0717256",
    "labels": [
        "Restless Records",
        "Bar/None Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139",
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}