Information about plays

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

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

{
    "id": 3551459,
    "uri": "https://api.kexp.org/v2/plays/3551459/?format=api",
    "airdate": "2025-09-10T23:15:17-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "First Cut Is the Deepest",
    "track_id": "ec9ce8d8-4477-4958-8161-d9000a69d1d9",
    "recording_id": "4273e5ca-7d1f-4ade-81d2-620565abeaa8",
    "artist": "Norma Fraser",
    "artist_ids": [
        "4676f356-36a3-455f-bc11-20e2b0482235"
    ],
    "album": "Full Up: Best of Studio One, Volume Two",
    "release_id": "8499947c-9faa-45ae-a1fe-b9b2894a70bc",
    "release_group_id": "f27d42fc-1260-4854-a158-ed1f1652b683",
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Riding the Cat Stevens riddim.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}