Information about plays

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

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

{
    "id": 3617874,
    "uri": "https://api.kexp.org/v2/plays/3617874/?format=api",
    "airdate": "2026-02-15T13:51:27-08:00",
    "show": 65941,
    "show_uri": "https://api.kexp.org/v2/shows/65941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "you’re a star",
    "track_id": "0908ea65-0969-4f9a-81c7-0aa231e7d0ee",
    "recording_id": "85a29643-6dc7-4062-a5f4-a9a8a62f61ee",
    "artist": "Fred again..",
    "artist_ids": [
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e"
    ],
    "album": "USB",
    "release_id": "58916346-7f43-4804-8a14-471f25d06afe",
    "release_group_id": "0d223bf8-1096-4cc5-adb5-df6123f676d1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British DJ, songwriter and producer Fred Again released this song at the end of last year that includes Amy from Amyl and the Sniffers. Check out the video here:\n\nhttps://www.youtube.com/watch?v=5hk2EXr-WiA\n\n\"you're a star\" is about supporting someone you love through chaos, depression, and feelings of being trapped",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}