Information about plays

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

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

{
    "id": 3558645,
    "uri": "https://api.kexp.org/v2/plays/3558645/?format=api",
    "airdate": "2025-09-28T02:53:45-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honestly?",
    "track_id": "94dd19ae-e7fd-4cbe-9300-549b851383ca",
    "recording_id": "bac38eef-d330-44b1-8129-c46c60a39548",
    "artist": "American Football",
    "artist_ids": [
        "4ebb5ad3-9018-407d-8c24-c03011ab9ac6"
    ],
    "album": "American Football - 25th Anniversary Edition",
    "release_id": "94e40505-e82a-43b7-a03e-5ec40f8633f4",
    "release_group_id": "8e40a68c-58e8-3c92-a763-645fda2ce8a7",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also known as \"LP1\", American Football's debut studio album followed shortly after the band's self-titled EP release in 1998. \n\nAbbie was there when American Football performed in the KEXP studio back in 2019! Check out their full performance and interview: https://www.youtube.com/watch?v=uRXpvXpc45c\n\nhttp://www.americanfootballmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}