Information about plays

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

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

{
    "id": 3544083,
    "uri": "https://api.kexp.org/v2/plays/3544083/?format=api",
    "airdate": "2025-08-24T05:23:18-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of the Road",
    "track_id": null,
    "recording_id": "d02ec137-e10f-4e9f-92b1-c9fbd7a5281c",
    "artist": "Roger Miller",
    "artist_ids": [
        "102045e3-577c-4b10-b01b-424b7e461094"
    ],
    "album": "King of the Road / Atta Boy, Girl",
    "release_id": null,
    "release_group_id": "f9e6c365-3a38-4462-a6e3-3dc9e67f3021",
    "labels": [
        "Smash Records"
    ],
    "label_ids": [
        "70e99b38-22c1-41a2-bf5b-2e1ba7e30da4"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1965",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}