Information about plays

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

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

{
    "id": 3547386,
    "uri": "https://api.kexp.org/v2/plays/3547386/?format=api",
    "airdate": "2025-09-01T01:58:47-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia800904.us.archive.org/22/items/mbid-fdb3f51a-0bb4-4fc2-b226-9837e62dc7de/mbid-fdb3f51a-0bb4-4fc2-b226-9837e62dc7de-18113560026_thumb500.jpg",
    "thumbnail_uri": "https://ia800904.us.archive.org/22/items/mbid-fdb3f51a-0bb4-4fc2-b226-9837e62dc7de/mbid-fdb3f51a-0bb4-4fc2-b226-9837e62dc7de-18113560026_thumb250.jpg",
    "song": "Gerrymandering Game",
    "track_id": "db920faa-2fed-4498-b703-b1ae5018adbf",
    "recording_id": "6229df47-9da5-4d5e-9d7e-644ff5cec352",
    "artist": "Christian Scott",
    "artist_ids": [
        "29b9d080-7de7-4608-8a50-57274a611bdd"
    ],
    "album": "The Emancipation Procrastination",
    "release_id": "fdb3f51a-0bb4-4fc2-b226-9837e62dc7de",
    "release_group_id": "4655727b-2f07-45bc-9833-63e041c2aee7",
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}