Information about plays

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

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

{
    "id": 3544850,
    "uri": "https://api.kexp.org/v2/plays/3544850/?format=api",
    "airdate": "2025-08-26T01:00:30-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b6ab1b5-5914-4dee-b244-ac3b3045b191/41186275463-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b6ab1b5-5914-4dee-b244-ac3b3045b191/41186275463-250.jpg",
    "song": "Mwah (Regularfantasy Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Purient",
    "artist_ids": [
        "76a2e8d1-78f1-432d-8e64-30a774a7e8df"
    ],
    "album": "Mwah",
    "release_id": null,
    "release_group_id": "98c1793f-e5e0-4e6a-a1d3-65243ec0765e",
    "labels": [
        "Steel City Dance Discs"
    ],
    "label_ids": [
        "73bde5fe-7009-42b5-b483-992fd7b5044f"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://steelcitydancediscs.bandcamp.com/track/mwah-regularfantasy-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}