Information about plays

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

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

{
    "id": 3574183,
    "uri": "https://api.kexp.org/v2/plays/3574183/?format=api",
    "airdate": "2025-11-05T04:52:22-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "https://ia801301.us.archive.org/19/items/mbid-4c53cb82-5ab8-45ac-b03d-2292104382c4/mbid-4c53cb82-5ab8-45ac-b03d-2292104382c4-11419213648_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/19/items/mbid-4c53cb82-5ab8-45ac-b03d-2292104382c4/mbid-4c53cb82-5ab8-45ac-b03d-2292104382c4-11419213648_thumb250.jpg",
    "song": "Nasty",
    "track_id": "ce3e6fce-91ea-4a69-a6e7-7e58b43e3eb3",
    "recording_id": "a3950273-05cc-4c89-85ed-bc10e6575d71",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Control",
    "release_id": "4c53cb82-5ab8-45ac-b03d-2292104382c4",
    "release_group_id": "b23d3137-df51-3047-a6a5-b5efbde50f22",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's Janet... Ms. Jackson, if you're nasty,,,\"\n--\nOhhh...the dancing! The video for \"Nasty\" was directed by Mary Lambert and choreographed by Paula Abdul, who also made a cameo. Abdul won an MTV Video Music Award for Best Choreography.: https://www.youtube.com/watch?v=ujnq2v6R02U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}