Information about plays

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

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

{
    "id": 3550623,
    "uri": "https://api.kexp.org/v2/plays/3550623/?format=api",
    "airdate": "2025-09-08T23:21:03-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/89bc209f-bd7b-4f2a-bb44-44165ca49309/38416290978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89bc209f-bd7b-4f2a-bb44-44165ca49309/38416290978-250.jpg",
    "song": "King of the Mountain",
    "track_id": null,
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Aerial",
    "release_id": null,
    "release_group_id": "6169f5bc-b5ff-3348-b806-1b0f2a414217",
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "2005-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ I'm the king of the castle ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}