Information about plays

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

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

{
    "id": 3521090,
    "uri": "https://api.kexp.org/v2/plays/3521090/?format=api",
    "airdate": "2025-07-01T06:20:19-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "https://ia902902.us.archive.org/12/items/mbid-6a222ad6-2d4d-3d33-a64c-04bffc60f089/mbid-6a222ad6-2d4d-3d33-a64c-04bffc60f089-8699546424_thumb500.jpg",
    "thumbnail_uri": "https://ia902902.us.archive.org/12/items/mbid-6a222ad6-2d4d-3d33-a64c-04bffc60f089/mbid-6a222ad6-2d4d-3d33-a64c-04bffc60f089-8699546424_thumb250.jpg",
    "song": "Cool for Cats",
    "track_id": "723e056f-793a-343a-a3f5-1c71d8e33684",
    "recording_id": "71ad8ff4-c1c9-47e5-8ef5-2e918c12a143",
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Singles: 45’s and Under",
    "release_id": "6a222ad6-2d4d-3d33-a64c-04bffc60f089",
    "release_group_id": "cb914d6c-1794-36b7-8ca7-ed22589d4911",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MUSIC VIDEO: https://www.youtube.com/watch?v=uJ2cEc_TCH8\n==\n\"Cool for Cats\" is both the 1979 album and its title track by the British new wave band Squeeze. \n\nThe song \"Cool for Cats\" is notable for featuring a lead vocal performance by lyricist Chris Difford, which was rare for the band. The album Cool for Cats is considered a key album in the new wave genre and a good example of the songwriting prowess of Difford and Glenn Tilbrook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}