Information about plays

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

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

{
    "id": 3575251,
    "uri": "https://api.kexp.org/v2/plays/3575251/?format=api",
    "airdate": "2025-11-07T19:52:56-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "https://coverartarchive.org/release/2779a12c-01b9-4c23-821f-3b8642d1fb4f/38914697083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2779a12c-01b9-4c23-821f-3b8642d1fb4f/38914697083-250.jpg",
    "song": "Showcase",
    "track_id": null,
    "recording_id": "db3cb9e5-f31a-43af-bedd-cd3e2690554d",
    "artist": "Young Jonn feat. Blaqbonez",
    "artist_ids": [
        "8e1450a4-1d77-4452-b51c-e2f9ed848170",
        "f5cc1ab7-a1fc-4ef2-beae-5c5507699b17"
    ],
    "album": "Jiggy Forever",
    "release_id": null,
    "release_group_id": "7e207661-4ab2-4170-a8e6-5715163a0159",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}