Information about plays

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

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

{
    "id": 3576321,
    "uri": "https://api.kexp.org/v2/plays/3576321/?format=api",
    "airdate": "2025-11-10T06:21:13-08:00",
    "show": 65071,
    "show_uri": "https://api.kexp.org/v2/shows/65071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Frontier",
    "track_id": "7ea9f234-8597-4303-8d77-4594d17dfd25",
    "recording_id": "8ba700e7-b876-45b9-9b49-0755271887af",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Interplay",
    "release_id": "7875bd16-387f-4d7f-838a-8fcc55e0f170",
    "release_group_id": "ce67ae32-cd4d-47d8-8e95-c63c174c8510",
    "labels": [
        "Wichita Recordings Ltd."
    ],
    "label_ids": [
        "70fe2f32-aac6-4196-8599-ea8f6439a644"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andy Bell said about \"Last Frontier\": \n\n“This was the runt of the litter of the very first jam session from Mark’s OX4 Studio and I didn’t even include it on my shortlist of the best tracks. It was our producer Richie Kennedy who saw the potential of the song, and we attacked this with a vengeance at Vada studio. A complete revamp of the backing track and arrangement was needed and we took it right back to basics, more towards a pounding Joy Division feel.”\n\nhttps://www.stereogum.com/2251914/ride-last-frontier/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}