Information about plays

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

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

{
    "id": 3582981,
    "uri": "https://api.kexp.org/v2/plays/3582981/?format=api",
    "airdate": "2025-11-25T22:25:40-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save the Phenomenon",
    "track_id": "da2a95b2-f4e9-4a1d-8d09-804a0eb02d5c",
    "recording_id": "82b636b4-7c87-4792-9a1f-03515903c2da",
    "artist": "Fievel Is Glauque",
    "artist_ids": [
        "e7ee8f18-548f-45e8-9feb-92cb27774567"
    ],
    "album": "Flaming Swords",
    "release_id": "affe2622-750b-43b5-8aea-5af1d96a31f5",
    "release_group_id": "9828a0d4-297e-4804-a845-bf8fd3ce69b8",
    "labels": [
        "MATH Interactive"
    ],
    "label_ids": [
        "028f8930-8ff4-440b-beb1-881ada1f8426"
    ],
    "release_date": "2022-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}