Information about plays

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

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

{
    "id": 3594446,
    "uri": "https://api.kexp.org/v2/plays/3594446/?format=api",
    "airdate": "2025-12-22T11:15:53-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me",
    "track_id": "1868254d-35fd-453e-a4e6-44976ee653fb",
    "recording_id": "f11ad805-6066-424d-b7ec-9b97c9b592bf",
    "artist": "Factory Floor",
    "artist_ids": [
        "1ad28cfc-cf6f-4f0c-a902-5066a0d02fff"
    ],
    "album": "Tell Me",
    "release_id": "11633128-0a8a-4696-963f-bd42a821dec6",
    "release_group_id": "8213cf53-6904-40d5-bb89-3feb229a0272",
    "labels": [
        "Phantasy Sound"
    ],
    "label_ids": [
        "3d6bc195-3830-4dab-a4b7-cff1593a5b58"
    ],
    "release_date": "2025-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Troy's favorite songs of 2025!\n\nThe single \"Tell Me\" marks Factory Floor's first new music in seven years! The track was recorded by Factory Floor’s current lineup of Gabe Gurnsey, Nik Colk Void and Joe Ward, while New Order’s Stephen Morris provides additional drum tracking on the song.\n\nhttps://factoryfloor.bandcamp.com/album/tell-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}