Information about plays

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

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

{
    "id": 3604942,
    "uri": "https://api.kexp.org/v2/plays/3604942/?format=api",
    "airdate": "2026-01-16T04:10:28-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honey",
    "track_id": "994d69f2-85e5-47a7-8940-54e58d0cec60",
    "recording_id": "91e6bc0d-54a1-4406-9487-328180d72a5d",
    "artist": "Ora Cogan",
    "artist_ids": [
        "5b1b9c77-dfee-42ce-a4ae-abee4d40d407"
    ],
    "album": "Hard Hearted Woman",
    "release_id": "117a2fdf-332c-49c5-b205-7f0f5359128e",
    "release_group_id": "ea914ec7-7f9a-486e-a5f9-f00a9aacbf4f",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}