Information about plays

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

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

{
    "id": 3597997,
    "uri": "https://api.kexp.org/v2/plays/3597997/?format=api",
    "airdate": "2025-12-30T12:24:30-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TALKING",
    "track_id": "587f20e7-5d35-4e3d-99b6-db2ea129bcf5",
    "recording_id": "3583d518-6f14-4be1-b9ea-57cac82df2f9",
    "artist": "Teen Jesus and the Jean Teasers",
    "artist_ids": [
        "1dbb63db-4dbf-4190-896c-4df033c7f929"
    ],
    "album": "GLORY",
    "release_id": "74b73c44-8121-4d44-b2de-3c3602e7cb00",
    "release_group_id": "c1dc6fb4-e728-47cb-9b7b-b9494defb14d",
    "labels": [
        "Community Music",
        "Mom + Pop Music"
    ],
    "label_ids": [
        "f5d1f0ea-ddeb-4f36-9605-7e4902a6790c",
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say that five times fast.\n\nMore amazing music out of Australia! Canberra's Teen Jesus and the Jean Teasers are a bold, emotional force. Their debut I Love You made them the first non-male band to win ARIA's Breakthrough Artist award.\n\nhttps://teenjesusandthejeanteasers.bandcamp.com\nhttps://www.teenjesusandthejeanteasers.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}