Information about plays

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

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

{
    "id": 3529939,
    "uri": "https://api.kexp.org/v2/plays/3529939/?format=api",
    "airdate": "2025-07-21T13:47:47-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "https://ia800104.us.archive.org/29/items/mbid-d2093a8f-2ec3-459f-9f46-917fa61a1291/mbid-d2093a8f-2ec3-459f-9f46-917fa61a1291-17983875741_thumb500.jpg",
    "thumbnail_uri": "https://ia600104.us.archive.org/29/items/mbid-d2093a8f-2ec3-459f-9f46-917fa61a1291/mbid-d2093a8f-2ec3-459f-9f46-917fa61a1291-17983875741_thumb250.jpg",
    "song": "Ghost vs. Vampire",
    "track_id": "0a9b5130-4ff3-384c-a491-96050b411c60",
    "recording_id": "cd91a027-b0aa-46a0-a535-406d9dcbb5e8",
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "R&B Transmogrification",
    "release_id": "d2093a8f-2ec3-459f-9f46-917fa61a1291",
    "release_group_id": "f3f18294-f40a-3720-9353-c479431a2a08",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}