Information about plays

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

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

{
    "id": 3589125,
    "uri": "https://api.kexp.org/v2/plays/3589125/?format=api",
    "airdate": "2025-12-10T00:13:45-08:00",
    "show": 65335,
    "show_uri": "https://api.kexp.org/v2/shows/65335/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alice",
    "track_id": "24528282-15aa-4517-beb3-002d97a0230f",
    "recording_id": "35d68744-157d-44de-bc5b-5811a1167779",
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "There's a Ghost / Alice",
    "release_id": "9b234ce9-027b-439f-86d3-561b679d49b4",
    "release_group_id": "37577e5c-8739-4557-8db1-35581fca5289",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2020-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sisters of Mercy cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}