Information about plays

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

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

{
    "id": 3549038,
    "uri": "https://api.kexp.org/v2/plays/3549038/?format=api",
    "airdate": "2025-09-05T01:30:12-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia803207.us.archive.org/16/items/mbid-0c436276-684a-3415-a70b-993a5cf7e280/mbid-0c436276-684a-3415-a70b-993a5cf7e280-3766944736_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/16/items/mbid-0c436276-684a-3415-a70b-993a5cf7e280/mbid-0c436276-684a-3415-a70b-993a5cf7e280-3766944736_thumb250.jpg",
    "song": "Computer Love",
    "track_id": "ca408149-039f-3ce6-b54b-49cebdb13705",
    "recording_id": "43be5ecb-16bf-4cb8-8ceb-37403e688e09",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computer World",
    "release_id": "0c436276-684a-3415-a70b-993a5cf7e280",
    "release_group_id": "2e58b620-cf80-3b07-a5bc-edabd69ba285",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}