Information about plays

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

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

{
    "id": 3614966,
    "uri": "https://api.kexp.org/v2/plays/3614966/?format=api",
    "airdate": "2026-02-08T19:10:39-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Jabneel",
    "artist_ids": [],
    "album": "I Believe Lord",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aardvark Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gospel soul artist Jabneel released \"In My Life\" in 1986 on his only album, I Believe Lord, with Aardvark Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}