Information about plays

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

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

{
    "id": 3561590,
    "uri": "https://api.kexp.org/v2/plays/3561590/?format=api",
    "airdate": "2025-10-05T09:55:11-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Can Swing Together",
    "track_id": null,
    "recording_id": "759db0d6-2bdd-4893-bc9e-43ba78f0ed8d",
    "artist": "Alan Hull",
    "artist_ids": [
        "719cc31e-7ee8-45f6-801c-6ca1d6e4f641"
    ],
    "album": "We Can Swing Together",
    "release_id": null,
    "release_group_id": "d8e6fa9d-b043-3164-bf63-e5034780c428",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2005-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1970 by Hull’s band Lindsfarne, the UK band wrote it about a police raid on a party and became one of their favourites to play live.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}