Information about plays

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

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

{
    "id": 3575292,
    "uri": "https://api.kexp.org/v2/plays/3575292/?format=api",
    "airdate": "2025-11-07T22:22:23-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "https://coverartarchive.org/release/eaea8abc-d31c-4f0c-966a-e3832c785ed6/18899226314-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eaea8abc-d31c-4f0c-966a-e3832c785ed6/18899226314-250.jpg",
    "song": "No Hooks No Chorus",
    "track_id": null,
    "recording_id": "5ecb16cd-d026-494b-b664-3ee98a934b25",
    "artist": "Freestyle Fellowship",
    "artist_ids": [
        "d283285b-5984-4214-ab5d-e70f9c96b63d"
    ],
    "album": "Temptations",
    "release_id": null,
    "release_group_id": "fc6292ae-f5fc-3ee7-9c31-955c755a7e9f",
    "labels": [
        "Ground Control Records"
    ],
    "label_ids": [
        "c3976601-7c9e-46f7-9540-1db9d5e747b3"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}