Information about plays

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

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

{
    "id": 3548657,
    "uri": "https://api.kexp.org/v2/plays/3548657/?format=api",
    "airdate": "2025-09-04T02:09:47-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/14c905c0-a496-330c-876c-dae411d3450f/42939565153-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14c905c0-a496-330c-876c-dae411d3450f/42939565153-250.jpg",
    "song": "Sweet Dreams (Are Made of This)",
    "track_id": null,
    "recording_id": "bf8e28bb-b4ef-4b9a-bc64-8f58dd4ff5dd",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Sweet Dreams (Are Made of This)",
    "release_id": null,
    "release_group_id": "b969f851-b5cf-3a3f-9bfe-1280eb271406",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Lennox's desire to challenge stereotypes in the music industry and be perceived as strong as a man influenced her approach to the song's themes and visuals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}