Information about plays

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

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

{
    "id": 3639630,
    "uri": "https://api.kexp.org/v2/plays/3639630/?format=api",
    "airdate": "2026-04-08T23:01:10-07:00",
    "show": 66403,
    "show_uri": "https://api.kexp.org/v2/shows/66403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turning Onto You (HNNY remix)",
    "track_id": null,
    "recording_id": "5d50c21f-6f7c-4986-94d6-55196cab1b74",
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "Turning Onto You (HNNY remix)",
    "release_id": null,
    "release_group_id": "e55196ca-475d-47d1-9b51-fc7c8595c51b",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun re-work of an otherwise twangy tune from the duo's latest record, 2022's 'Palomino.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}