Information about plays

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

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

{
    "id": 3656130,
    "uri": "https://api.kexp.org/v2/plays/3656130/?format=api",
    "airdate": "2026-05-17T20:45:31-07:00",
    "show": 66744,
    "show_uri": "https://api.kexp.org/v2/shows/66744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Dont Stop",
    "track_id": null,
    "recording_id": "9c61fa97-b49e-4e10-8044-80b2196d4881",
    "artist": "Taxie",
    "artist_ids": [
        "2d66007a-a131-44d1-8c31-26fb5af3c705"
    ],
    "album": "Rock Don't Stop",
    "release_id": null,
    "release_group_id": "94ea8d06-a9b2-4166-89b6-e29ec9868467",
    "labels": [
        "Archwoods Records"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taxie released \"Rock Don't Stop\" and b-side \"I Think I'm Falling In Love With You\" in 1979 with Archwoods Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}