Information about plays

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

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

{
    "id": 3590423,
    "uri": "https://api.kexp.org/v2/plays/3590423/?format=api",
    "airdate": "2025-12-13T03:36:47-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia601000.us.archive.org/6/items/mbid-9f08e673-1767-43fc-afcd-0a7239f5328f/mbid-9f08e673-1767-43fc-afcd-0a7239f5328f-29856183854_thumb500.jpg",
    "thumbnail_uri": "https://ia601000.us.archive.org/6/items/mbid-9f08e673-1767-43fc-afcd-0a7239f5328f/mbid-9f08e673-1767-43fc-afcd-0a7239f5328f-29856183854_thumb250.jpg",
    "song": "In the Time of Our Lives",
    "track_id": "71091e0a-e0ef-317f-9498-739e061e63e1",
    "recording_id": "ae6e432c-1b0d-4713-a9de-bf9645eef9fb",
    "artist": "Iron Butterfly",
    "artist_ids": [
        "3da3e7e1-e817-47e8-8624-635df4aedbe6"
    ],
    "album": "Ball",
    "release_id": "9f08e673-1767-43fc-afcd-0a7239f5328f",
    "release_group_id": "3f97f02c-a2b7-326a-8fee-826e9e1bff4c",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}