Information about plays

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

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

{
    "id": 3607875,
    "uri": "https://api.kexp.org/v2/plays/3607875/?format=api",
    "airdate": "2026-01-23T02:19:44-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://ia601604.us.archive.org/23/items/mbid-e93fd1da-191f-446d-9d7b-19ded4c177ef/mbid-e93fd1da-191f-446d-9d7b-19ded4c177ef-16238060150_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/23/items/mbid-e93fd1da-191f-446d-9d7b-19ded4c177ef/mbid-e93fd1da-191f-446d-9d7b-19ded4c177ef-16238060150_thumb250.jpg",
    "song": "Leave",
    "track_id": "3d152f09-0f44-4cda-997f-13cde564f8ea",
    "recording_id": "0f5cbc8b-044e-4698-8554-7c132dec8b88",
    "artist": "Wavves",
    "artist_ids": [
        "763cf642-45ad-42ed-a1c3-e977eaa3b260"
    ],
    "album": "Welcome to Los Santos",
    "release_id": "c2dc7014-3887-4d4c-8fc5-110747e94e9b",
    "release_group_id": "a9cfd259-8ee3-4a66-b7cf-d3f6acd2bc2e",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2015-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}