Information about plays

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

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

{
    "id": 3577983,
    "uri": "https://api.kexp.org/v2/plays/3577983/?format=api",
    "airdate": "2025-11-14T07:51:33-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://ia801405.us.archive.org/15/items/mbid-7c692abe-047c-4f7f-a57b-94afebe5b3ed/mbid-7c692abe-047c-4f7f-a57b-94afebe5b3ed-5802041549_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/15/items/mbid-7c692abe-047c-4f7f-a57b-94afebe5b3ed/mbid-7c692abe-047c-4f7f-a57b-94afebe5b3ed-5802041549_thumb250.jpg",
    "song": "I Love Rock ’n’ Roll",
    "track_id": "744dfcfd-54cb-3e21-871f-a5bf0963e653",
    "recording_id": "c02354ac-3656-455a-a89e-a4a7523f24e5",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock 'n' Roll",
    "release_id": "7c692abe-047c-4f7f-a57b-94afebe5b3ed",
    "release_group_id": "5ed75d75-b112-38b9-992b-42f3488d62fb",
    "labels": [
        "Boardwalk Records",
        "The Boardwalk Entertainment Co"
    ],
    "label_ids": [
        "2d857a34-e3dd-4e35-b7d2-9d40911603ec",
        "426538fd-358b-4a68-8fde-3cdc76012536"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Love Rock And Roll\" was originally recorded by a British group called The Arrows in 1975, and it was written by their lead singer Alan Merrill and guitarist Jake Hooker.\n--\nDid you know that, In an incredibly savvy move, young Joan bought the radio rights to this song from her label Tiny Boardwalk for a mere $2,500? The song is now worth more than 20 million!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}