Information about plays

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

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

{
    "id": 3591738,
    "uri": "https://api.kexp.org/v2/plays/3591738/?format=api",
    "airdate": "2025-12-16T05:26:42-08:00",
    "show": 65392,
    "show_uri": "https://api.kexp.org/v2/shows/65392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emotional Rescue",
    "track_id": "be6eca7f-e52f-35bf-8071-73f77b92df6e",
    "recording_id": "d452ab75-59ee-4329-b39f-eab759e22c46",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Emotional Rescue\" is originally the title track off their 1980 album, written by Mick Jagger and Keith Richards. Jagger said the song was about \"a girl who's in some sort of manhood problems\", not that she was going crazy but she's \"just a little bit screwed up and he wants to be the one to help her out\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}