Information about plays

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

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

{
    "id": 3543194,
    "uri": "https://api.kexp.org/v2/plays/3543194/?format=api",
    "airdate": "2025-08-22T06:31:28-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia601709.us.archive.org/14/items/mbid-bb087b4d-eba1-4f09-9b25-fb25763c65a3/mbid-bb087b4d-eba1-4f09-9b25-fb25763c65a3-26958816551_thumb500.jpg",
    "thumbnail_uri": "https://ia801709.us.archive.org/14/items/mbid-bb087b4d-eba1-4f09-9b25-fb25763c65a3/mbid-bb087b4d-eba1-4f09-9b25-fb25763c65a3-26958816551_thumb250.jpg",
    "song": "Modern Man",
    "track_id": "8401123f-fa94-3f72-a644-b718b7cbe5ba",
    "recording_id": "d198e38a-e323-48af-8b19-83ba5c100ab3",
    "artist": "The Blakes",
    "artist_ids": [
        "910b6d9a-4110-4356-949c-1935cbbf1678"
    ],
    "album": "The Blakes",
    "release_id": "d5645d5b-f307-4964-a539-e082bd161e0a",
    "release_group_id": "a0ae6472-94b9-3d30-b5af-572da969c400",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Matt & Michelle ❤️",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}