Information about plays

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

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

{
    "id": 3543737,
    "uri": "https://api.kexp.org/v2/plays/3543737/?format=api",
    "airdate": "2025-08-23T13:00:58-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia803108.us.archive.org/35/items/mbid-c1f07e5d-f842-3276-aa6a-c892dc5f3ea2/mbid-c1f07e5d-f842-3276-aa6a-c892dc5f3ea2-24745455412_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/35/items/mbid-c1f07e5d-f842-3276-aa6a-c892dc5f3ea2/mbid-c1f07e5d-f842-3276-aa6a-c892dc5f3ea2-24745455412_thumb250.jpg",
    "song": "A Girl Like You",
    "track_id": "730edb82-9da4-36e8-8c3f-cc02f46ecf44",
    "recording_id": "eef6c8cf-03cb-489f-86d8-d179d7cedc80",
    "artist": "Edwyn Collins",
    "artist_ids": [
        "14c0c282-e0c1-46fe-acd1-9a015ba721c5"
    ],
    "album": "Gorgeous George",
    "release_id": "c1f07e5d-f842-3276-aa6a-c892dc5f3ea2",
    "release_group_id": "f4372f17-6137-3a71-90e4-38276e2dbd4c",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Edwyn Collins, who turns 66 today!\n\nFeatured in Charlie's Angels: Full Throttle, and Empire Records!\n\nEdwyn Collins was the lead singer for the 1980s post-punk band Orange Juice,\nThis song was a tribute to Iggy Pop. The drum track is sampled from Len Barry's 1965 \"1-2-3.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}