Information about plays

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

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

{
    "id": 3546101,
    "uri": "https://api.kexp.org/v2/plays/3546101/?format=api",
    "airdate": "2025-08-29T01:33:54-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia903206.us.archive.org/3/items/mbid-465fb64b-ae3a-4b87-9da9-7f62a5658335/mbid-465fb64b-ae3a-4b87-9da9-7f62a5658335-40440005360_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/3/items/mbid-465fb64b-ae3a-4b87-9da9-7f62a5658335/mbid-465fb64b-ae3a-4b87-9da9-7f62a5658335-40440005360_thumb250.jpg",
    "song": "I Saw Another Bird",
    "track_id": "0b1277fa-285a-44be-b1d4-a913474694dc",
    "recording_id": "5c3134ff-7cbc-42c6-959a-dd3011b0b52d",
    "artist": "Mount Eerie",
    "artist_ids": [
        "e5306b29-16c0-4520-bb05-6b21f041b2f0"
    ],
    "album": "Night Palace",
    "release_id": "465fb64b-ae3a-4b87-9da9-7f62a5658335",
    "release_group_id": "eb75fe35-d1fe-4b45-ab4f-c262947eccdc",
    "labels": [
        "P.W. Elverum & Sun, Ltd."
    ],
    "label_ids": [
        "6a59fb18-1baf-4c70-9a6a-bbd6ddf43cf0"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}