Information about plays

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

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

{
    "id": 3590601,
    "uri": "https://api.kexp.org/v2/plays/3590601/?format=api",
    "airdate": "2025-12-13T14:52:41-08:00",
    "show": 65368,
    "show_uri": "https://api.kexp.org/v2/shows/65368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change My Mind",
    "track_id": "72d6e712-124d-4955-9a77-239a20498907",
    "recording_id": "f128c7a0-5e3a-4550-90cf-6c13d7039c2d",
    "artist": "Phantastic Ferniture",
    "artist_ids": [
        "799d0b05-f700-45c1-9b0e-73bf9350c98c"
    ],
    "album": "Change My Mind / Dare To Fall In Love",
    "release_id": "4c1e94b9-5455-4bee-a371-d996ad550ac5",
    "release_group_id": "c185ec9f-f8de-4b53-93c6-4869d9d5943c",
    "labels": [
        "Makeout Records"
    ],
    "label_ids": [
        "dc410888-00db-4ce4-9359-c049f3cecb55"
    ],
    "release_date": "2025-09-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Phantastic Ferniture, the project of old friends Julia Jacklin, Elizabeth Hughes, and Ryan K Brennan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}