Information about plays

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

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

{
    "id": 3640425,
    "uri": "https://api.kexp.org/v2/plays/3640425/?format=api",
    "airdate": "2026-04-10T20:13:05-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "https://coverartarchive.org/release/8edd9db4-14b7-4b31-8f37-c0b3ab80f9ef/42335506852-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8edd9db4-14b7-4b31-8f37-c0b3ab80f9ef/42335506852-250.jpg",
    "song": "Gimme Dat",
    "track_id": null,
    "recording_id": "0258a73c-d485-432d-a0b8-b9f908f15449",
    "artist": "Ayra Starr & Wizkid",
    "artist_ids": [
        "c4ac4b97-2eac-46f6-85ae-f916c93847e4",
        "efc5d365-a448-4e2f-9b5f-4a7c84be725c"
    ],
    "album": "Gimme Dat",
    "release_id": null,
    "release_group_id": "6efabc58-8441-4090-8aac-e6b079f346b5",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand New from Ayra!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}