Information about plays

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

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

{
    "id": 3584359,
    "uri": "https://api.kexp.org/v2/plays/3584359/?format=api",
    "airdate": "2025-11-29T02:44:22-08:00",
    "show": 65236,
    "show_uri": "https://api.kexp.org/v2/shows/65236/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6fb426c-25e3-417e-bda4-acba47d21b68/21847608402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6fb426c-25e3-417e-bda4-acba47d21b68/21847608402-250.jpg",
    "song": "You Aren't With Me (George Hysteric Edit) [BST-X106]",
    "track_id": null,
    "recording_id": null,
    "artist": "Roaring Mosquitoes",
    "artist_ids": [
        "ef845489-8a3a-47cb-beec-8aa3d29e5dfd"
    ],
    "album": "Ah, Ah, Ah, Ah !!!",
    "release_id": null,
    "release_group_id": "8f7a2cfc-5065-4469-a759-205e0ed3ef13",
    "labels": [
        "Young Records"
    ],
    "label_ids": [
        "f67cc725-b239-433f-b5ad-64d22fe7a985"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bestrecord.bandcamp.com/album/you-arent-with-me-ah-ah-ah-ah-bst-x106",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}