Information about plays

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

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

{
    "id": 3630908,
    "uri": "https://api.kexp.org/v2/plays/3630908/?format=api",
    "airdate": "2026-03-19T05:10:50-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Ready",
    "track_id": "7d1e7a57-d4ab-4ac3-956c-e2f4da69e8e2",
    "recording_id": "be75cb67-5fc9-4752-a451-0d6a8ffc23be",
    "artist": "DJ HARRISON feat. Yaya Bey",
    "artist_ids": [
        "411b5c5b-5432-4789-8160-6921c7cf6bcb",
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "ElectroSoul",
    "release_id": "efa2dabe-e70c-45df-ae92-0a9b7ad3b5df",
    "release_group_id": "72ee9739-cec3-4392-b803-fa1ab4a877b8",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from DJ Harrison, Richmond, Virginia-based multi-instrumentalist, singer, songwriter and producer. He also plays keyboards for Butcher Brown. \n\nhttps://djharrison.bandcamp.com/album/electrosoul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}