Information about plays

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

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

{
    "id": 3584758,
    "uri": "https://api.kexp.org/v2/plays/3584758/?format=api",
    "airdate": "2025-11-29T22:53:41-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Your Own",
    "track_id": null,
    "recording_id": null,
    "artist": "The Products",
    "artist_ids": [
        "c8d934e5-d999-4929-90f2-7a23f7868d29"
    ],
    "album": "Fast Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cabeza De Tornado"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Starting out in San Diego, California in 1980, The Products only put out one four song 7”. The 10 songs on this CD were recorded in 1980-1981 but they never made it to release until 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}