Information about plays

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

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

{
    "id": 3615933,
    "uri": "https://api.kexp.org/v2/plays/3615933/?format=api",
    "airdate": "2026-02-10T23:07:36-08:00",
    "show": 65900,
    "show_uri": "https://api.kexp.org/v2/shows/65900/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbba9c2f-5a5c-4de2-b7d6-a4544ac0c1f0/30692906982-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbba9c2f-5a5c-4de2-b7d6-a4544ac0c1f0/30692906982-250.jpg",
    "song": "Hanging On the Telephone",
    "track_id": null,
    "recording_id": "992c7ea4-9ab7-47b3-afdf-d425edd05416",
    "artist": "The Nerves",
    "artist_ids": [
        "560b9e8a-7387-49ff-8b15-e17e3ffd8502"
    ],
    "album": "The Nerves",
    "release_id": null,
    "release_group_id": "df30270f-72a6-30ff-b769-a01964dd8d88",
    "labels": [
        "Nerves Records"
    ],
    "label_ids": [
        "8a62f865-645f-4676-8dce-8cb7ffe16b71"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Still looking for an original of this 7\"...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}