Information about plays

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

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

{
    "id": 3561336,
    "uri": "https://api.kexp.org/v2/plays/3561336/?format=api",
    "airdate": "2025-10-04T19:38:20-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://coverartarchive.org/release/a89e26d7-9590-443f-9bb0-531d2f9c0a49/13019407212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a89e26d7-9590-443f-9bb0-531d2f9c0a49/13019407212-250.jpg",
    "song": "Ditched at the Grand Illusion",
    "track_id": null,
    "recording_id": "cdb9a0c4-69b4-4d67-b15c-b786a796b4ab",
    "artist": "The Model Rockets",
    "artist_ids": [
        "cc4fe624-c131-470b-807b-9cccdc927835"
    ],
    "album": "Hi Lux",
    "release_id": null,
    "release_group_id": "768591bf-bcbc-3f66-b4b4-b53805b0a672",
    "labels": [
        "Imposible Records"
    ],
    "label_ids": [
        "f4eb15e8-f69d-4bf8-8bae-8a718bd5eef9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}