Information about plays

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

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

{
    "id": 3583418,
    "uri": "https://api.kexp.org/v2/plays/3583418/?format=api",
    "airdate": "2025-11-26T23:08:40-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Song for You",
    "track_id": null,
    "recording_id": "280d10a3-50bd-4e0c-8837-e884daf8ac49",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Shotgun Willie",
    "release_id": null,
    "release_group_id": "34ed9cd1-79aa-37d6-9bbe-7e0a8afb3f75",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}