Information about plays

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

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

{
    "id": 3522557,
    "uri": "https://api.kexp.org/v2/plays/3522557/?format=api",
    "airdate": "2025-07-04T13:22:07-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/17/items/mbid-7c1cca2a-4954-4569-ab58-74f198f29714/mbid-7c1cca2a-4954-4569-ab58-74f198f29714-5808354203_thumb250.jpg",
    "song": "In Between Days",
    "track_id": "a79ea515-e5e9-3d3e-a050-fc2c73fad772",
    "recording_id": "a75181d8-1003-4ad0-a539-215d27d61527",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits",
    "release_id": "7c1cca2a-4954-4569-ab58-74f198f29714",
    "release_group_id": "c79b731e-f6ec-3f65-9a75-ef4ac5b17a26",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Jatt!\n\n---\n\nLead singer Robert Smith agreed to release a greatest hits album under the condition that he could choose the tracks himself. The band also recorded a special studio album released as a bonus disc to some versions of the album. The disc, titled Acoustic Hits, consists of the eighteen songs from the North American release re-recorded using acoustic instruments.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}