Information about plays

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

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

{
    "id": 3593111,
    "uri": "https://api.kexp.org/v2/plays/3593111/?format=api",
    "airdate": "2025-12-19T14:40:52-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dallas Major",
    "track_id": null,
    "recording_id": null,
    "artist": "Lily Allen",
    "artist_ids": [],
    "album": "West End Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#51\n\nWest End Girl is the fifth album from the UK artist Lily Allen, released back in October",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}