Information about plays

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

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

{
    "id": 3543621,
    "uri": "https://api.kexp.org/v2/plays/3543621/?format=api",
    "airdate": "2025-08-23T05:17:20-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia801202.us.archive.org/2/items/mbid-e03cfdd5-3cba-4f7e-b2cd-13401f610dc6/mbid-e03cfdd5-3cba-4f7e-b2cd-13401f610dc6-11604900318_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/2/items/mbid-e03cfdd5-3cba-4f7e-b2cd-13401f610dc6/mbid-e03cfdd5-3cba-4f7e-b2cd-13401f610dc6-11604900318_thumb250.jpg",
    "song": "The Hermit",
    "track_id": "3891de23-99d8-4168-8ab1-1b21bdf94d90",
    "recording_id": "718eb8fc-75e3-4ee5-8d9b-934425d04b3b",
    "artist": "Protomartyr",
    "artist_ids": [
        "9efaf639-6332-44b8-94ae-c25896320ca7"
    ],
    "album": "The Agent Intellect",
    "release_id": "7f3d82d3-385e-4493-9645-3568411153bc",
    "release_group_id": "861952e7-2c3d-42be-ae07-ee5a71e4fa0f",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2015-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}