Information about plays

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

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

{
    "id": 3544988,
    "uri": "https://api.kexp.org/v2/plays/3544988/?format=api",
    "airdate": "2025-08-26T08:22:32-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia601903.us.archive.org/1/items/mbid-b43a7833-0500-37e1-8df4-b4664ed20e20/mbid-b43a7833-0500-37e1-8df4-b4664ed20e20-3475441818_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/1/items/mbid-b43a7833-0500-37e1-8df4-b4664ed20e20/mbid-b43a7833-0500-37e1-8df4-b4664ed20e20-3475441818_thumb250.jpg",
    "song": "Lose That Girl",
    "track_id": "0741434d-f36e-3ae5-ae49-1486f9a70fe1",
    "recording_id": "6fb5896a-cd05-4507-be03-ec53c02161df",
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Good Humor",
    "release_id": "b43a7833-0500-37e1-8df4-b4664ed20e20",
    "release_group_id": "3e2a4b85-ab9e-325c-833b-0ee431644192",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1998-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a retrospective of Saint Etienne's \"Good Humor\"; https://albumism.com/features/saint-etienne-good-humor-album-anniversary\n--\nWatch Sarah Cracknell sing in this live performance of \"Lose That Girl\": https://www.youtube.com/watch?v=J5Y_mt6nsKA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}