Information about plays

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

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

{
    "id": 3633748,
    "uri": "https://api.kexp.org/v2/plays/3633748/?format=api",
    "airdate": "2026-03-26T04:44:52-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffe90bdd-61c5-4d55-af6a-a327825b63cc/38181064024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffe90bdd-61c5-4d55-af6a-a327825b63cc/38181064024-250.jpg",
    "song": "Living for the City",
    "track_id": null,
    "recording_id": "55feeb00-f69e-4af6-a33d-d1436a18e3de",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Mutual Attraction",
    "release_id": null,
    "release_group_id": "fdf581ca-e1b6-4e26-a98f-c6d17ac864c0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was dance music artist Sylvester's cover of Stevie Wonder's \"Living for the City.\" It was the lead single for his 11th album, his major label debut.\n--\nWatch Sylvester, performing \"Living for the City\" live: https://www.youtube.com/watch?v=CvNqkpxIoEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}