Information about plays

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

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

{
    "id": 3550945,
    "uri": "https://api.kexp.org/v2/plays/3550945/?format=api",
    "airdate": "2025-09-09T17:23:39-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia801601.us.archive.org/0/items/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b-38370470213_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/0/items/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b-38370470213_thumb250.jpg",
    "song": "Telephone",
    "track_id": "1a50f23e-56ef-3181-bf48-cdda1919c980",
    "recording_id": "addf76ec-0c62-4661-931e-e552fe9d2071",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Phosphene Dream",
    "release_id": "9bd97fc5-9bd2-3ea3-8daf-9a335b7d6a9f",
    "release_group_id": "669f16a1-7926-4e93-bbb3-cc53387354df",
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [
        "36822cea-5590-4a9f-a415-267bea418484"
    ],
    "release_date": "2010-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels are a pysch rock band from Austin, TX. Their home-grown mantra is \"Turn On, Tune In, Drone Out\"\nhttps://blackangels.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}