Information about plays

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

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

{
    "id": 3589474,
    "uri": "https://api.kexp.org/v2/plays/3589474/?format=api",
    "airdate": "2025-12-10T20:43:51-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moby Dick",
    "track_id": null,
    "recording_id": "2d5865ad-b631-4133-9672-72ac0c4149d0",
    "artist": "Combo Xingú",
    "artist_ids": [
        "5bb1566a-6ec4-442b-a65b-83d0908937d8"
    ],
    "album": "Xingú",
    "release_id": null,
    "release_group_id": "413e8f91-bf5a-48e6-a97f-4220482edb87",
    "labels": [
        "IRT"
    ],
    "label_ids": [
        "63f4cee5-bb6d-464d-bbc1-ce73dcd39c98"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}