Information about plays

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

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

{
    "id": 3545417,
    "uri": "https://api.kexp.org/v2/plays/3545417/?format=api",
    "airdate": "2025-08-27T08:24:20-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia600504.us.archive.org/1/items/mbid-724a2cf8-9ffe-4e4d-9f5d-1725f763cb88/mbid-724a2cf8-9ffe-4e4d-9f5d-1725f763cb88-36992604476_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/1/items/mbid-724a2cf8-9ffe-4e4d-9f5d-1725f763cb88/mbid-724a2cf8-9ffe-4e4d-9f5d-1725f763cb88-36992604476_thumb250.jpg",
    "song": "Bang",
    "track_id": "e3892ef7-6704-4472-ac0e-a1ae85d9177a",
    "recording_id": "86201177-c172-411b-94cc-437171a5e088",
    "artist": "Melenas",
    "artist_ids": [
        "f3291ecb-af2b-457e-8f17-1913aca82cbc"
    ],
    "album": "Ahora",
    "release_id": "724a2cf8-9ffe-4e4d-9f5d-1725f763cb88",
    "release_group_id": "be5b66da-96cb-455a-aca2-dbbfad5e205d",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}