Information about plays

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

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

{
    "id": 3543702,
    "uri": "https://api.kexp.org/v2/plays/3543702/?format=api",
    "airdate": "2025-08-23T10:52:18-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://ia801302.us.archive.org/0/items/mbid-528eeba0-d03f-4556-b1dc-052230fc8021/mbid-528eeba0-d03f-4556-b1dc-052230fc8021-12498471834_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/0/items/mbid-528eeba0-d03f-4556-b1dc-052230fc8021/mbid-528eeba0-d03f-4556-b1dc-052230fc8021-12498471834_thumb250.jpg",
    "song": "Fast Lane",
    "track_id": "7b978df6-c568-39c5-8229-0b781ecbea3b",
    "recording_id": "686fffd6-bde5-4bfa-9d47-face3339af01",
    "artist": "Buju Banton",
    "artist_ids": [
        "9f525d0b-3911-4c83-b0d1-e90aa1fd2d14"
    ],
    "album": "Too Bad",
    "release_id": "528eeba0-d03f-4556-b1dc-052230fc8021",
    "release_group_id": "f0cebde5-c516-34b2-857d-66485bb8ad9f",
    "labels": [
        "Gargamel Music"
    ],
    "label_ids": [
        "49ae9934-d13f-4985-81d8-77be55fe16a5"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}