Information about plays

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

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

{
    "id": 3592957,
    "uri": "https://api.kexp.org/v2/plays/3592957/?format=api",
    "airdate": "2025-12-19T05:37:39-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "https://ia601205.us.archive.org/29/items/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4-11723732443_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/29/items/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4/mbid-76e09721-bd96-4b62-8d62-0416a0706dc4-11723732443_thumb250.jpg",
    "song": "Dreaming",
    "track_id": "be498fa4-c37e-3e07-bd6a-0a8e14b12f90",
    "recording_id": "8fa90205-d1c4-4bdc-aa62-b29ff9fb6497",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Eat to the Beat",
    "release_id": "76e09721-bd96-4b62-8d62-0416a0706dc4",
    "release_group_id": "d3d9f1bb-8b4b-3bc0-b544-dd3c8b776fec",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Alan in Orlando!\n\nBlondie guitarist Chris Stein wrote the music for this song and came up with the line \"dreaming is free.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}