Information about plays

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

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

{
    "id": 3613011,
    "uri": "https://api.kexp.org/v2/plays/3613011/?format=api",
    "airdate": "2026-02-04T06:25:29-08:00",
    "show": 65836,
    "show_uri": "https://api.kexp.org/v2/shows/65836/?format=api",
    "image_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-250.jpg",
    "song": "Nasty",
    "track_id": null,
    "recording_id": "a3950273-05cc-4c89-85ed-bc10e6575d71",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Control",
    "release_id": null,
    "release_group_id": "b23d3137-df51-3047-a6a5-b5efbde50f22",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1986-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986 – Janet Jackson's third studio album “Control” is released.\n\n\"It's Janet... Ms. Jackson, if you're nasty,,,\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}