Information about plays

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

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

{
    "id": 3598631,
    "uri": "https://api.kexp.org/v2/plays/3598631/?format=api",
    "airdate": "2026-01-01T01:03:14-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "https://coverartarchive.org/release/e004eaf9-bea4-48da-b6e8-5941b94ab993/21793436484-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e004eaf9-bea4-48da-b6e8-5941b94ab993/21793436484-250.jpg",
    "song": "Auld Lang Syne (The New Year’s Anthem)",
    "track_id": null,
    "recording_id": "7c7bad59-4751-4289-8f1d-d825a176d008",
    "artist": "Mariah Carey",
    "artist_ids": [
        "494e8d09-f85b-4543-892f-a5096aed1cd4"
    ],
    "album": "Merry Christmas II You",
    "release_id": null,
    "release_group_id": "7894fb13-3d22-47be-a710-d213adc99cb0",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2010-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}