Information about plays

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

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

{
    "id": 3544633,
    "uri": "https://api.kexp.org/v2/plays/3544633/?format=api",
    "airdate": "2025-08-25T12:28:56-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia801208.us.archive.org/29/items/mbid-807ff432-accf-4a49-95e7-e19b170f4db2/mbid-807ff432-accf-4a49-95e7-e19b170f4db2-4810129947_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/29/items/mbid-807ff432-accf-4a49-95e7-e19b170f4db2/mbid-807ff432-accf-4a49-95e7-e19b170f4db2-4810129947_thumb250.jpg",
    "song": "The Bleeding Heart Show",
    "track_id": "af4ce8a5-e2af-38cc-a9de-58a6d12a7911",
    "recording_id": "4d7518f7-9bcd-40b9-b826-9b2ed8f95506",
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Twin Cinema",
    "release_id": "807ff432-accf-4a49-95e7-e19b170f4db2",
    "release_group_id": "5b36f019-6c92-32e0-be67-433e125859d1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted The New Pornographers for a Live on KEXP session in November 2023! https://www.youtube.com/watch?v=gmO52eQ9lus\n\nhttps://www.thenewpornographers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}