Information about plays

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

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

{
    "id": 3438687,
    "uri": "https://api.kexp.org/v2/plays/3438687/?format=api",
    "airdate": "2024-12-16T03:35:02-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "https://coverartarchive.org/release/1698e150-bbc3-44c6-8163-3ddb015d9e61/32571527574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1698e150-bbc3-44c6-8163-3ddb015d9e61/32571527574-250.jpg",
    "song": "b.e. son",
    "track_id": null,
    "recording_id": "896ead77-1c89-4bb1-a170-a085a3307695",
    "artist": "Joe Rainey",
    "artist_ids": [
        "ee111610-813c-47f8-933b-158ed8db674e"
    ],
    "album": "Niineta",
    "release_id": null,
    "release_group_id": "d419618c-b4ef-4963-8626-7a6e008cc448",
    "labels": [
        "37d03d"
    ],
    "label_ids": [
        "084b8073-52df-4248-affd-dd9223747211"
    ],
    "release_date": "2022-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Red Lake Nation of Ojibwe\n\nJoe Rainey is a Pow Wow singer. His debut album Niineta showcases his command of the style - faithful to tradition - accompanied by cinematic, bass-heavy production from Andrew Broder. Depending on the song, his voice can celebrate or console, welcome or intimidate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}