Information about plays

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

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

{
    "id": 3546744,
    "uri": "https://api.kexp.org/v2/plays/3546744/?format=api",
    "airdate": "2025-08-30T14:56:38-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-da2f8db8-814d-4507-b375-6ed063d16113/mbid-da2f8db8-814d-4507-b375-6ed063d16113-25906487617_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-da2f8db8-814d-4507-b375-6ed063d16113/mbid-da2f8db8-814d-4507-b375-6ed063d16113-25906487617_thumb250.jpg",
    "song": "Aries",
    "track_id": "38accb40-4a49-49d4-8f71-41f5bc4ce271",
    "recording_id": "ee91478a-ae92-4fb7-ad66-4236cff691c3",
    "artist": "Gorillaz feat. Peter Hook & Georgia",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "73e7c483-9f3e-4a72-a359-582452fbaeac",
        "c9ae836d-3839-42f2-9f8b-edd0d77553a5"
    ],
    "album": "Aries",
    "release_id": "1901466c-a01d-42c5-8012-24db62e5ec84",
    "release_group_id": "e8d2a8c1-ae6d-4ca4-aebf-8cadeb182117",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2020-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released during Aries season, Gorillaz guitarist Noodle stated about this one: “Highly impatient and competitive, many Aries have the fighting spirit of your mythological ruler.\" Find more from the British band's Song Machine series here: https://www.gorillaz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}