Information about plays

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

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

{
    "id": 3549495,
    "uri": "https://api.kexp.org/v2/plays/3549495/?format=api",
    "airdate": "2025-09-06T04:06:52-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia800701.us.archive.org/22/items/mbid-6d6bff83-e556-4bfc-9403-3ca9b7bab352/mbid-6d6bff83-e556-4bfc-9403-3ca9b7bab352-31592476616_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/22/items/mbid-6d6bff83-e556-4bfc-9403-3ca9b7bab352/mbid-6d6bff83-e556-4bfc-9403-3ca9b7bab352-31592476616_thumb250.jpg",
    "song": "Ohio - Machine Gun",
    "track_id": "6fd4acc7-fdb1-38b4-ba90-990fe930b6a7",
    "recording_id": "5320fd32-b8ab-40bc-862f-b63d40522159",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Givin' It Back",
    "release_id": "6d6bff83-e556-4bfc-9403-3ca9b7bab352",
    "release_group_id": "e468a699-3a6e-3e89-8627-316b85030c07",
    "labels": [
        "T-Neck Records"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}