Information about plays

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

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

{
    "id": 3557431,
    "uri": "https://api.kexp.org/v2/plays/3557431/?format=api",
    "airdate": "2025-09-25T03:53:00-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/528c36f3-90e2-482b-99ad-88ee61853c63/19452944564-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/528c36f3-90e2-482b-99ad-88ee61853c63/19452944564-250.jpg",
    "song": "UFO",
    "track_id": null,
    "recording_id": "341b2c14-86ef-4ed9-b347-0da4bddb9588",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "ESG",
    "release_id": null,
    "release_group_id": "be84e6f3-dc57-3bd5-a197-4f7324345e1f",
    "labels": [
        "99 Records"
    ],
    "label_ids": [
        "be532593-be05-4745-9f90-d2c8206caf98"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled in Big Daddy Kane's 'Aint No Half Steppin' - this song was included on American rock band ESG's first EP in 1991, which was released 8 years after their 1983 debut album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}