Information about plays

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

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

{
    "id": 3637485,
    "uri": "https://api.kexp.org/v2/plays/3637485/?format=api",
    "airdate": "2026-04-03T23:58:03-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/51fe12d2-4adb-4e83-9dee-f33f7907bc48/39652140374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51fe12d2-4adb-4e83-9dee-f33f7907bc48/39652140374-250.jpg",
    "song": "Girls, Girls, Girls",
    "track_id": null,
    "recording_id": "041f2102-b09f-4c02-b8fe-09778beaab29",
    "artist": "Jay‐Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "The Blueprint",
    "release_id": null,
    "release_group_id": "11ae8c9c-27c1-3308-9761-edb87c8f54ea",
    "labels": [
        "Rocafella"
    ],
    "label_ids": [],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}