Information about plays

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

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

{
    "id": 3554143,
    "uri": "https://api.kexp.org/v2/plays/3554143/?format=api",
    "airdate": "2025-09-17T10:40:48-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://ia903102.us.archive.org/16/items/mbid-6b8bba6e-4abb-45b0-a779-de4fff323b01/mbid-6b8bba6e-4abb-45b0-a779-de4fff323b01-24243518175_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/16/items/mbid-6b8bba6e-4abb-45b0-a779-de4fff323b01/mbid-6b8bba6e-4abb-45b0-a779-de4fff323b01-24243518175_thumb250.jpg",
    "song": "Confines",
    "track_id": "3c10e89c-e378-470e-8123-d3e064902e13",
    "recording_id": "1476b51b-ebc8-4683-94cb-cc61fd620905",
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Black Pumas",
    "release_id": "6b8bba6e-4abb-45b0-a779-de4fff323b01",
    "release_group_id": "a59674f1-3160-44c5-bb67-3fe77f266ce9",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX-based band Black Pumas have performed Live on KEXP a few times, including this session from 2024 hosted by Cheryl:\n\nhttps://www.youtube.com/watch?v=xFWDDwKQPwg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}