Information about plays

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

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

{
    "id": 3580371,
    "uri": "https://api.kexp.org/v2/plays/3580371/?format=api",
    "airdate": "2025-11-19T20:48:38-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holiday",
    "track_id": null,
    "recording_id": "dbb80a4c-fd61-4b87-bdc0-8fc05bada31e",
    "artist": "Bee Gees",
    "artist_ids": [
        "bf0f7e29-dfe1-416c-b5c6-f9ebc19ea810"
    ],
    "album": "Bee Gees’ 1st",
    "release_id": null,
    "release_group_id": "1eeb9586-7c42-3de7-b367-2552b42de905",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1967-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ooh you're a holiday\nEvery day, such a holiday\nNow it's my turn to say\nAnd I say you're a holiday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}