Information about plays

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

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

{
    "id": 3619966,
    "uri": "https://api.kexp.org/v2/plays/3619966/?format=api",
    "airdate": "2026-02-20T15:00:30-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Be Your Man",
    "track_id": null,
    "recording_id": "81030db8-2104-4ab7-b326-ea346cf91b8f",
    "artist": "Prophet",
    "artist_ids": [
        "0b66f907-47ff-4f6d-9b6e-eaf563472d13"
    ],
    "album": "Wanna Be Your Man",
    "release_id": null,
    "release_group_id": "cae3526e-1c7f-4606-8b57-62752878eac0",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco DIY funkster Prophet re-released his 1984 boogie holy grail with Stones Throw Records in 2018.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}