Information about plays

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

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

{
    "id": 3620763,
    "uri": "https://api.kexp.org/v2/plays/3620763/?format=api",
    "airdate": "2026-02-22T10:17:08-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cajun Woman",
    "track_id": null,
    "recording_id": "0c1568f6-3466-4b70-884b-3658b02afe4f",
    "artist": "Fairport Convention",
    "artist_ids": [
        "cc60d937-e80b-4c66-8aa2-e89cb57c8b08"
    ],
    "album": "Unhalfbricking",
    "release_id": null,
    "release_group_id": "a0a9d6a6-c3fe-367a-bc8c-449285c6c473",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London band’s album title came from playing a game in which you tried to avoid completing a real word. The album cover features singer Sandy Denny’s parents in the home borough of Wimbledon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}