Information about plays

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

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

{
    "id": 3620762,
    "uri": "https://api.kexp.org/v2/plays/3620762/?format=api",
    "airdate": "2026-02-22T10:11:48-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Me, Shake Me",
    "track_id": null,
    "recording_id": "43682ad7-708e-4c88-8b94-c627b114d03d",
    "artist": "The Blues Project",
    "artist_ids": [
        "10017fb7-c3b0-41c6-9bc5-719cf51c9ce6"
    ],
    "album": "Projections",
    "release_id": null,
    "release_group_id": "51e6f86b-45b8-3788-bc89-4ea2c8f87e4f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1966-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Greenwich village, NY band was a short lived project of musicians playing more than just blues, and included Al Kooper fresh off his session adding the distinct organ to Bob Dylan’s Like A Rolling Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}