Information about plays

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

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

{
    "id": 3598723,
    "uri": "https://api.kexp.org/v2/plays/3598723/?format=api",
    "airdate": "2026-01-01T06:50:58-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "https://ia800307.us.archive.org/23/items/mbid-1d3f727e-50ee-40b3-b39b-a480cd0612e8/mbid-1d3f727e-50ee-40b3-b39b-a480cd0612e8-38282684305_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/23/items/mbid-1d3f727e-50ee-40b3-b39b-a480cd0612e8/mbid-1d3f727e-50ee-40b3-b39b-a480cd0612e8-38282684305_thumb250.jpg",
    "song": "New Years",
    "track_id": "9356b80c-94e9-3094-909f-ba025ba130bb",
    "recording_id": "5c526d42-b9a5-4309-8a56-231eba8041b4",
    "artist": "Asobi Seksu",
    "artist_ids": [
        "cc433a77-176b-4d02-857b-2bfb68b3219c"
    ],
    "album": "Citrus",
    "release_id": "1d3f727e-50ee-40b3-b39b-a480cd0612e8",
    "release_group_id": "066fe83f-0921-3189-b076-28ae83478a8a",
    "labels": [
        "Friendly Fire Recordings"
    ],
    "label_ids": [
        "3f5230fe-64d6-426d-8ff9-28adb331c9ed"
    ],
    "release_date": "2006-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}