Information about plays

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

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

{
    "id": 3588779,
    "uri": "https://api.kexp.org/v2/plays/3588779/?format=api",
    "airdate": "2025-12-09T04:55:36-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "https://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76df3287-6cda-33eb-8e9a-044b5e15ffdd/829521842-250.jpg",
    "song": "Wandering Star",
    "track_id": null,
    "recording_id": "9170054a-8a9b-4f33-b31f-4ed58347154a",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": null,
    "release_group_id": "48140466-cff6-3222-bd55-63c27e43190d",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Definitely a Portishead kinda day out there! Hope everyone's staying warm & dry as possible...\n\nHave a great Tuesday + rest of the week yall <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}