Information about plays

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

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

{
    "id": 3553602,
    "uri": "https://api.kexp.org/v2/plays/3553602/?format=api",
    "airdate": "2025-09-16T03:03:33-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c62197d-aa6b-415c-ad40-99c13700601f/28039138744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c62197d-aa6b-415c-ad40-99c13700601f/28039138744-250.jpg",
    "song": "Compound",
    "track_id": null,
    "recording_id": "b5b75856-0c8f-4456-9cda-56c75b557232",
    "artist": "Ed Rush & Optical",
    "artist_ids": [
        "50c35b52-700a-4dc9-8d36-fd656b556886"
    ],
    "album": "Wormhole",
    "release_id": null,
    "release_group_id": "73df73d1-3c7a-319a-ad0e-98c85a513b25",
    "labels": [
        "Virus Recordings"
    ],
    "label_ids": [
        "4a0bc101-fe13-414b-8cad-6340ff1147c8"
    ],
    "release_date": "1998-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wormhole is the debut album by the English drum and bass act Ed Rush & Optical. \n\nhttps://virus-recordings.bandcamp.com/album/wormhole-lp-1998-master-original-art-download",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}