Information about plays

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

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

{
    "id": 3595374,
    "uri": "https://api.kexp.org/v2/plays/3595374/?format=api",
    "airdate": "2025-12-24T13:57:53-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/0df6450b-1029-452e-92a6-13ebb8eda436/3718478096-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0df6450b-1029-452e-92a6-13ebb8eda436/3718478096-250.jpg",
    "song": "Informer",
    "track_id": null,
    "recording_id": "a089bede-e083-433e-a97b-d51d481216c8",
    "artist": "Snow",
    "artist_ids": [
        "70cb4669-ad7a-4d5c-b99e-7582df393cc7"
    ],
    "album": "12 Inches of Snow",
    "release_id": null,
    "release_group_id": "155b1591-d66f-3481-9ca1-62f2a11e22aa",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1993-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Darrin Kenneth O'Brien, known by his stage name Snow, is a Canadian reggae singer. \nHe watched the official video for \"Informer\" while behind bars.: https://www.youtube.com/watch?v=TSffz_bl6zo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}