Information about plays

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

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

{
    "id": 3627633,
    "uri": "https://api.kexp.org/v2/plays/3627633/?format=api",
    "airdate": "2026-03-11T03:28:27-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-386a689f-7ec4-4c4f-8a0c-fef18124a25f/mbid-386a689f-7ec4-4c4f-8a0c-fef18124a25f-15523565338_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-386a689f-7ec4-4c4f-8a0c-fef18124a25f/mbid-386a689f-7ec4-4c4f-8a0c-fef18124a25f-15523565338_thumb250.jpg",
    "song": "Legend Has It",
    "track_id": "fb65dba8-3ed4-408a-9a08-7f282a8b6182",
    "recording_id": "ee20f052-37b4-454e-a811-ff0fc8f2e27f",
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels 3",
    "release_id": "513b534a-8145-4ed1-9c20-d4090105fb3d",
    "release_group_id": "d568d976-f77d-4283-964b-79f100c693f0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=C8zQHaIPzVw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}