Information about plays

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

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

{
    "id": 3587743,
    "uri": "https://api.kexp.org/v2/plays/3587743/?format=api",
    "airdate": "2025-12-06T20:17:20-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Wanna Drive You Away",
    "track_id": null,
    "recording_id": "1d676cb7-8abf-4f19-be56-2396fcab9bfa",
    "artist": "3's a Crowd",
    "artist_ids": [
        "93597b52-708f-4216-be35-9ce580d6ee5d"
    ],
    "album": "Christopher's Movie Matinee",
    "release_id": null,
    "release_group_id": "ed1b9f89-4ea0-4a9d-91c7-0eeeecbd10c9",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "3's a Crowd was a folk rock band from Vancouver that existed from 1964 to 1969!\n\nhttps://open.spotify.com/artist/1SrB4BF8XbJv9LdUrDU9Aq?autoplay=true",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}