Information about plays

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

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

{
    "id": 3583492,
    "uri": "https://api.kexp.org/v2/plays/3583492/?format=api",
    "airdate": "2025-11-27T03:01:38-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1daac98-531b-4290-8c74-76c2c9a2ef42/4685570252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1daac98-531b-4290-8c74-76c2c9a2ef42/4685570252-250.jpg",
    "song": "Funky Ride",
    "track_id": null,
    "recording_id": "ed78a414-affc-47dc-b81d-0639dd922831",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Southernplayalisticadillacmuzik",
    "release_id": null,
    "release_group_id": "2ee919fe-eab8-3fb5-a069-ef0220c29e09",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1994-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week <3\n--\nRIP guitarist Ed Stroud, who played on this track and TLC's \"Waterfalls\"\n\nhttps://www.ajc.com/blog/music/stroud-atlanta-guitarist-outkast-tlc-songs-has-died/WYzBKLhqvnG4KINUZ2pN5J/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}