Information about plays

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

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

{
    "id": 3537641,
    "uri": "https://api.kexp.org/v2/plays/3537641/?format=api",
    "airdate": "2025-08-08T21:27:11-07:00",
    "show": 64236,
    "show_uri": "https://api.kexp.org/v2/shows/64236/?format=api",
    "image_uri": "https://coverartarchive.org/release/291eb5d8-cb88-4d86-8c90-5bc851a4f33b/26784240978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/291eb5d8-cb88-4d86-8c90-5bc851a4f33b/26784240978-250.jpg",
    "song": "Book of Rules",
    "track_id": null,
    "recording_id": "49a4893a-5bb3-4e61-a3f1-e18472b18418",
    "artist": "The Heptones",
    "artist_ids": [
        "01bdd90c-59b7-4e18-8934-7db4ac00d094"
    ],
    "album": "This Is Reggae Music",
    "release_id": null,
    "release_group_id": "d76696fe-dad2-3646-b384-1a24909eb7fd",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}