Information about plays

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

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

{
    "id": 3610648,
    "uri": "https://api.kexp.org/v2/plays/3610648/?format=api",
    "airdate": "2026-01-29T14:16:56-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Since We Said Goodbye",
    "track_id": null,
    "recording_id": "7d7ee497-d88f-4ec1-bda5-cf856fda54f5",
    "artist": "The Counts",
    "artist_ids": [
        "ebc42d5d-7260-4a71-b694-e02c8fa7e6c9"
    ],
    "album": "Funk Pump",
    "release_id": null,
    "release_group_id": "2acd7e54-1271-4fd9-8008-2a82ef5c78fb",
    "labels": [
        "Aware"
    ],
    "label_ids": [
        "f49efbc7-4bbd-41ad-9107-0f3a6d951eb1"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Counts were a funk and soul group founded in 1964 in Detroit, MI, as The Fabulous Counts. The founding members of the group were Mose Davis (organ), Leroy Emmanuel (guitar), and Demo Cates (alto saxophone & vocals).: https://www.discogs.com/artist/136156-The-Counts\n--\nYou can still buy the \"Funk Pump\" album for $70.00: https://www.amazon.com/funk-pump-LP-COUNTS/dp/B0040ZXZSA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}