Information about plays

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

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

{
    "id": 3624257,
    "uri": "https://api.kexp.org/v2/plays/3624257/?format=api",
    "airdate": "2026-03-02T03:51:30-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "https://ia903108.us.archive.org/22/items/mbid-9088c3ad-b0aa-4ebf-8bda-fde213ffcdac/mbid-9088c3ad-b0aa-4ebf-8bda-fde213ffcdac-21583267944_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/22/items/mbid-9088c3ad-b0aa-4ebf-8bda-fde213ffcdac/mbid-9088c3ad-b0aa-4ebf-8bda-fde213ffcdac-21583267944_thumb250.jpg",
    "song": "Strange Relationship (Piano & a Microphone 1983 Version)",
    "track_id": "6ab4d2ca-6f15-4698-af89-f7be7e3a44d9",
    "recording_id": "32a1e870-757c-4098-993d-ab46e4c19632",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Piano & A Microphone 1983",
    "release_id": "9088c3ad-b0aa-4ebf-8bda-fde213ffcdac",
    "release_group_id": "45e9c86c-70cc-4a90-927d-ebe079f0d385",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the piano rehearsal of a track that appeared on Princes's ninth album \"Sign O’ The Times.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}