Information about plays

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

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

{
    "id": 3606126,
    "uri": "https://api.kexp.org/v2/plays/3606126/?format=api",
    "airdate": "2026-01-18T19:51:15-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give It Up or Turn It Loose",
    "track_id": null,
    "recording_id": "d7e743ce-0df1-4777-bd56-8935d8bcf2a1",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "It’s a New Day - Let a Man Come In",
    "release_id": null,
    "release_group_id": "9e8cf0eb-8286-4a22-999d-a4f377fcf21d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1970-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}