Information about plays

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

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

{
    "id": 3581728,
    "uri": "https://api.kexp.org/v2/plays/3581728/?format=api",
    "airdate": "2025-11-23T01:44:58-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/22ed1505-1e7f-4c6d-8a8d-82a3e4af114a/39992655546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22ed1505-1e7f-4c6d-8a8d-82a3e4af114a/39992655546-250.jpg",
    "song": "Starfire Maelstrom",
    "track_id": null,
    "recording_id": "0d9ce38e-c39c-43ba-8a2f-43dee5ff50cd",
    "artist": "Bewitcher",
    "artist_ids": [
        "660e8b4d-c0e6-4afe-b323-de7509eb06c4"
    ],
    "album": "Spell Shock",
    "release_id": null,
    "release_group_id": "16a2a0e0-fd7c-48ab-976b-767a4a064c34",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth full length release from these Portland thrashers.\n\nhttps://www.bewitcher.us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}