Information about plays

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

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

{
    "id": 3582541,
    "uri": "https://api.kexp.org/v2/plays/3582541/?format=api",
    "airdate": "2025-11-24T23:16:37-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9548299-23d4-4880-8d54-c265842dec59/22050935456-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9548299-23d4-4880-8d54-c265842dec59/22050935456-250.jpg",
    "song": "Let's Play House (Instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tha Dogg Pound",
    "artist_ids": [
        "6786ab5e-0d99-4aa6-8aad-9b5f42965ddb"
    ],
    "album": "Dogg Food",
    "release_id": null,
    "release_group_id": "d7c2d80e-1920-3bfe-bfaa-43021b44ff2b",
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": "1995-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daz Dillinger on the beat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}