Information about plays

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

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

{
    "id": 3564836,
    "uri": "https://api.kexp.org/v2/plays/3564836/?format=api",
    "airdate": "2025-10-14T04:36:39-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd6a7694-f62c-4c06-af54-3c5882b2d059/27566843104-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd6a7694-f62c-4c06-af54-3c5882b2d059/27566843104-250.jpg",
    "song": "Liar",
    "track_id": null,
    "recording_id": "23928750-b49e-4016-b1d6-b8557dcb02d5",
    "artist": "Sunnyboys",
    "artist_ids": [
        "cf4c7a66-35a7-45d7-b966-0e073cd0ace9"
    ],
    "album": "Sunnyboys",
    "release_id": null,
    "release_group_id": "3bc61540-193a-347e-99ee-4e0df4b44768",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Australia, Sunnyboys bassist Peter Oxley will be play with The Saints at the Neptune on 11/9 in Seattle \nhttps://www.discogs.com/artist/1010474-Peter-Oxley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}