Information about plays

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

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

{
    "id": 3593562,
    "uri": "https://api.kexp.org/v2/plays/3593562/?format=api",
    "airdate": "2025-12-20T17:44:21-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Løveskatt (Nolan Gray remix)",
    "track_id": "33cdf7eb-5a72-4443-acd9-e57e338b05de",
    "recording_id": "331696c6-f814-4192-941f-81968cdbf5c1",
    "artist": "Ora the Molecule",
    "artist_ids": [
        "01150b18-f9d3-424d-b7cf-a6922d162b91"
    ],
    "album": "Løveskatt (Nolan Gray remix)",
    "release_id": "6db20513-0959-4b27-9f3b-9b6b591c01e4",
    "release_group_id": "55cf4ae6-ac15-4c82-9c25-913b6bbd7d73",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get the new album Dance Therapy here:\nhttps://orathemolecule.bandcamp.com/album/dance-therapy-deluxe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}