Information about plays

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

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

{
    "id": 3627774,
    "uri": "https://api.kexp.org/v2/plays/3627774/?format=api",
    "airdate": "2026-03-11T14:43:40-07:00",
    "show": 66153,
    "show_uri": "https://api.kexp.org/v2/shows/66153/?format=api",
    "image_uri": "https://coverartarchive.org/release/345b238a-062a-4f27-b2b3-144edbe014ef/10347842735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/345b238a-062a-4f27-b2b3-144edbe014ef/10347842735-250.jpg",
    "song": "Rock the Boat",
    "track_id": null,
    "recording_id": "faccd64d-b560-4430-9c2e-5e849e29659e",
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "Aaliyah",
    "release_id": null,
    "release_group_id": "3a86f3a6-2fa7-34b7-8ffc-6714cbbd46ac",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Aaliyah Dana Haughton, who died in 2001 in a plane crash at age 22: https://www.npr.org/2021/08/25/1030628420/what-made-aaliyah-so-special-is-more-complicated-than-it-seems\n--\nThe official video for this song was completed just before that fatal plane crash.: https://www.youtube.com/watch?v=A5AAcgtMjUI\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}