Information about plays

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

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

{
    "id": 3613614,
    "uri": "https://api.kexp.org/v2/plays/3613614/?format=api",
    "airdate": "2026-02-05T16:55:08-08:00",
    "show": 65848,
    "show_uri": "https://api.kexp.org/v2/shows/65848/?format=api",
    "image_uri": "https://ia803206.us.archive.org/16/items/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f-3779708729_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/16/items/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f-3779708729_thumb250.jpg",
    "song": "Empire Ants",
    "track_id": "72041413-6d09-30c0-9db7-05ac8654ccf4",
    "recording_id": "a0481faf-70de-41de-95d6-315735ef8aea",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Plastic Beach",
    "release_id": "e7def36e-04dc-3a80-83c5-4f705c6eab2f",
    "release_group_id": "5a676824-18cd-4f7f-89f0-df21623e2042",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On the recommendation of his wife, Damon Albarn invited Yukimi Nagano [of Little Dragon] and her bandmates to feature on Gorillaz's 2010 album Plastic Beach, appearing on the tracks 'Empire Ants' and 'To Binge.' Albarn then asked Little Dragon to join Gorillaz on their Escape to Plastic Beach Tour.\"\n\nHere's a video of Yukimi Nagano performing with Gorillaz: https://www.youtube.com/watch?v=2x6bWw2J0po",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}