Information about plays

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

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

{
    "id": 3597318,
    "uri": "https://api.kexp.org/v2/plays/3597318/?format=api",
    "airdate": "2025-12-28T20:05:25-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sing All Night",
    "track_id": null,
    "recording_id": "b339dee3-61bd-4764-af9f-625c52ad565c",
    "artist": "Chanson",
    "artist_ids": [
        "4b9ff050-9c99-4e87-b708-f1abd9809642"
    ],
    "album": "Together We Stand",
    "release_id": null,
    "release_group_id": "3ef01ef6-e4f2-4417-96ff-baaea61a859f",
    "labels": [
        "Ariola Records America"
    ],
    "label_ids": [
        "8b76c034-ae65-40a0-95a0-d54dbed55727"
    ],
    "release_date": "1979-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Disco-Soul duo Chanson, a broad assemblage of studio musicians, led by bassist James Jamerson Jr. (son of the famous Motown bassist James Jamerson) and guitarist David Williams. The two of them met while playing with The Temptation's Road band, and this is when they hatched the idea of Chanson.\n\nThey released two albums with such hits as \"Don't Hold Back\", \"I Can Tell\" and \"Jack Be Nimble\". By 1980 the duo was back to studio session work. Together and separately, they can be heard on countless pop, rock, R&B and disco tracks.\n\nhttps://www.discogs.com/artist/205885-Chanson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}