Information about plays

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

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

{
    "id": 3584982,
    "uri": "https://api.kexp.org/v2/plays/3584982/?format=api",
    "airdate": "2025-11-30T11:56:53-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Would You Feel",
    "track_id": null,
    "recording_id": "866b6645-8e31-48e7-b2f9-615b293e1120",
    "artist": "Curtis Knight & The Squires",
    "artist_ids": [
        "941b4ff9-3330-4315-8b23-d31f06424dfe"
    ],
    "album": "You Can’t Use My Name: The RSVP/PPX Sessions",
    "release_id": null,
    "release_group_id": "6ccce22c-33f4-404c-9fed-9f64cc425871",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "2015-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New York band worked with a young Jimi Hendrix in the mid 1960s before his solo career took off. This song, while not a direct cover, has a lot of nods to Bob Dylan's Like A Rolling Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}