Information about plays

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

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

{
    "id": 3598906,
    "uri": "https://api.kexp.org/v2/plays/3598906/?format=api",
    "airdate": "2026-01-01T17:25:46-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride It",
    "track_id": null,
    "recording_id": "197f4979-6c4e-4038-908b-0f42b19265e4",
    "artist": "Regard",
    "artist_ids": [
        "85f11607-6ed7-4a36-af69-dcadd32ad277"
    ],
    "album": "Ride It",
    "release_id": null,
    "release_group_id": "8e9f4433-9d9c-4b90-993a-7c5ab11ffbeb",
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": "2019-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dardan Aliu, known professionally as Regard, is a Kosovo-Albanian disc jockey (DJ) and producer.\n\n“Ride It” by Regard is a remix of a song by Jay Sean by the same name. Here's a link to the original: https://www.youtube.com/watch?v=TBsKCT4rsPw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}