Information about plays

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

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

{
    "id": 3580077,
    "uri": "https://api.kexp.org/v2/plays/3580077/?format=api",
    "airdate": "2025-11-19T03:26:00-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://coverartarchive.org/release/695060cc-1a85-4dc9-8e85-aa50b74964ef/6304189097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/695060cc-1a85-4dc9-8e85-aa50b74964ef/6304189097-250.jpg",
    "song": "グッドバイ (album version)",
    "track_id": null,
    "recording_id": "f4e86c7e-0d59-4b8a-8006-edd9a79e8acd",
    "artist": "toe feat. Toki Asako",
    "artist_ids": [
        "7ea8a523-b33d-4944-ad31-fad25a81d603",
        "0412cd16-5507-4474-86e2-3c94dd1428f2"
    ],
    "album": "For Long Tomorrow",
    "release_id": null,
    "release_group_id": "3a2e4685-550f-4b00-a233-4a7ac2957072",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2009-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Long Tomorrow is the second studio album by Japanese math rock band toe, released on December 9, 2009. It saw the band introduce new elements in their music, including the use of a Rhodes piano, acoustic guitars, and minor vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}