Information about plays

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

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

{
    "id": 3561495,
    "uri": "https://api.kexp.org/v2/plays/3561495/?format=api",
    "airdate": "2025-10-05T03:16:37-07:00",
    "show": 64750,
    "show_uri": "https://api.kexp.org/v2/shows/64750/?format=api",
    "image_uri": "https://ia903201.us.archive.org/15/items/mbid-5ba4d831-136e-4964-8cd6-bd3ea66b7062/mbid-5ba4d831-136e-4964-8cd6-bd3ea66b7062-33438839997_thumb500.jpg",
    "thumbnail_uri": "https://ia903201.us.archive.org/15/items/mbid-5ba4d831-136e-4964-8cd6-bd3ea66b7062/mbid-5ba4d831-136e-4964-8cd6-bd3ea66b7062-33438839997_thumb250.jpg",
    "song": "Pagan Poetry",
    "track_id": "175ac09a-934a-3935-ba2b-4c06ed45020f",
    "recording_id": "66dd332c-d163-4dd6-8b3d-7f5900112e99",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Vespertine",
    "release_id": "5ba4d831-136e-4964-8cd6-bd3ea66b7062",
    "release_group_id": "271faeb3-fdd1-3ebb-80aa-97b3116e9341",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The swan dress, this album, 2001 was a big year for Björk!  She was quoted as saying she wanted this album to sound more like \"modern chamber music\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}