Information about plays

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

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

{
    "id": 3641373,
    "uri": "https://api.kexp.org/v2/plays/3641373/?format=api",
    "airdate": "2026-04-13T00:40:22-07:00",
    "show": 66438,
    "show_uri": "https://api.kexp.org/v2/shows/66438/?format=api",
    "image_uri": "https://coverartarchive.org/release/e95cc14d-390a-3b85-a3e6-a9350f4feffd/21480189175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e95cc14d-390a-3b85-a3e6-a9350f4feffd/21480189175-250.jpg",
    "song": "Nowhere Near",
    "track_id": null,
    "recording_id": "20b1935c-1ce2-4490-bf4e-170d66c35ce9",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Painful",
    "release_id": null,
    "release_group_id": "43f61ece-3bac-3e2e-8b37-72c9278d243e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}