Information about plays

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

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

{
    "id": 3558551,
    "uri": "https://api.kexp.org/v2/plays/3558551/?format=api",
    "airdate": "2025-09-27T21:33:44-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "https://coverartarchive.org/release/29379d01-4171-4e50-9a41-724710a323d2/5547510999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29379d01-4171-4e50-9a41-724710a323d2/5547510999-250.jpg",
    "song": "Boy/Girl",
    "track_id": null,
    "recording_id": "a5ddd9d6-720f-4b05-b18e-66b5be34d8c4",
    "artist": "Sort Sol",
    "artist_ids": [
        "c716b092-c81a-44c0-8e34-36c6f0810936"
    ],
    "album": "World Class Punk",
    "release_id": null,
    "release_group_id": "5ce0b49e-72f5-38d3-bee8-31e53033561c",
    "labels": [
        "ROIR"
    ],
    "label_ids": [
        "7ee4764c-62f7-4dc8-abc4-6334dffa979c"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feat. Lydia Lunch\n\nFormed in 1977 in Denmark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}