Information about plays

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

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

{
    "id": 3549496,
    "uri": "https://api.kexp.org/v2/plays/3549496/?format=api",
    "airdate": "2025-09-06T04:16:07-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gun Control Solutions",
    "track_id": null,
    "recording_id": "1ae9771f-ac34-40bb-9de0-5b28b8b336b7",
    "artist": "Rachel Arieff",
    "artist_ids": [
        "1e6043d5-1274-4f85-b5bc-57484fcb6a72"
    ],
    "album": "How to Be Happy All the Time",
    "release_id": null,
    "release_group_id": "3a4228bd-2ff4-3959-b5dc-d31bd7fa098d",
    "labels": [
        "CD Baby"
    ],
    "label_ids": [
        "bd193a84-7a34-4e93-8c9a-5e81b0f226cf"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/2453632-Rachel-Arieff-and-The-Smileytown-Boys-How-To-Be-Happy-All-The-Time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}