Information about plays

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

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

{
    "id": 3596504,
    "uri": "https://api.kexp.org/v2/plays/3596504/?format=api",
    "airdate": "2025-12-26T23:53:47-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As I Come Back",
    "track_id": null,
    "recording_id": "1228e5aa-9515-439e-86ca-e3bb395b6144",
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Genesis",
    "release_id": null,
    "release_group_id": "81dc4274-a559-3ce9-b5e9-73292c4773d7",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2001-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here are the unexpurgated lyrics to \"As I Come Back\": https://genius.com/Busta-rhymes-as-i-come-back-lyrics\n--\nPharrell Williams and Chad Hugo wrote this song along with Busta Rhymes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}