Information about plays

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

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

{
    "id": 3550249,
    "uri": "https://api.kexp.org/v2/plays/3550249/?format=api",
    "airdate": "2025-09-08T02:07:30-07:00",
    "show": 64505,
    "show_uri": "https://api.kexp.org/v2/shows/64505/?format=api",
    "image_uri": "https://coverartarchive.org/release/188b2fcc-a505-4fbc-8cc6-8621256929ab/20837457181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/188b2fcc-a505-4fbc-8cc6-8621256929ab/20837457181-250.jpg",
    "song": "My Man’s Gone Now",
    "track_id": null,
    "recording_id": "03098c16-b738-45b5-95f0-ac1bb90048bc",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Nina Simone Sings the Blues",
    "release_id": null,
    "release_group_id": "3e756ef5-ffa4-3d48-83ae-f7f856a2b989",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}