Information about plays

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

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

{
    "id": 3543576,
    "uri": "https://api.kexp.org/v2/plays/3543576/?format=api",
    "airdate": "2025-08-23T02:56:17-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/a824ae76-6290-4d1a-bf89-b0bab19fd324/38290719685-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a824ae76-6290-4d1a-bf89-b0bab19fd324/38290719685-250.jpg",
    "song": "I Think I'm Losing My Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Short-Term Memory",
    "artist_ids": [
        "7c98015a-7a2d-4192-8139-5a191adc8f67"
    ],
    "album": "Plus or Minus Two",
    "release_id": null,
    "release_group_id": "673a21be-f6d7-4b94-9557-0319102176fd",
    "labels": [
        "Séance Centre"
    ],
    "label_ids": [
        "b1a525bb-b1da-4c34-8ef6-30e911ceffdf"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}