Information about plays

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

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

{
    "id": 3619371,
    "uri": "https://api.kexp.org/v2/plays/3619371/?format=api",
    "airdate": "2026-02-19T04:19:50-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/29d8c8b8-c495-4405-8fb2-686a55636857/10736923268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29d8c8b8-c495-4405-8fb2-686a55636857/10736923268-250.jpg",
    "song": "Just the Way You Like It",
    "track_id": null,
    "recording_id": "06e6d444-0b9c-4542-96f8-1e301eb334ba",
    "artist": "The S.O.S. Band",
    "artist_ids": [
        "39515237-2d70-436a-800c-fcbac974bec4"
    ],
    "album": "Just the Way You Like It",
    "release_id": null,
    "release_group_id": "5f839710-7bf3-3637-8ef7-431cf927e68c",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1984-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The S.O.S. Band uses the acronym for Sounds of Success and did indeed gain a lot of success back in the 80s with their best known songs \"Take Your Time\", \"Just Be Good to Me\", and \"The Finest\". https://www.thesosband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}