Information about plays

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

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

{
    "id": 3611600,
    "uri": "https://api.kexp.org/v2/plays/3611600/?format=api",
    "airdate": "2026-01-31T21:00:59-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shots Heard ’Round the World",
    "track_id": null,
    "recording_id": "2682b4f9-f83f-43cf-8adf-b4d3eb5941e8",
    "artist": "The Strike",
    "artist_ids": [
        "8252f4a0-6d72-4c89-8824-1526e4ba2fca"
    ],
    "album": "Shots Heard ’Round the World",
    "release_id": null,
    "release_group_id": "f8cbf4f6-7a93-3ff7-a038-c7e36cd09ddd",
    "labels": [
        "Victory Records"
    ],
    "label_ids": [
        "f4d6991e-3385-46aa-b643-9223ee94354f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Minnesota in 1993\n\nYou can check out the video for this song by following the link below:\n\nhttps://youtu.be/BRnfLmWant0?si=buZ0McAa_bk_JbDJ\n\nhttps://victoryrecords.bandcamp.com/album/shots-heard-round-the-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}