Information about plays

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

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

{
    "id": 3612519,
    "uri": "https://api.kexp.org/v2/plays/3612519/?format=api",
    "airdate": "2026-02-03T03:03:27-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "https://coverartarchive.org/release/5099261c-f9e5-4ff6-8d9d-a9573454555c/37815349298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5099261c-f9e5-4ff6-8d9d-a9573454555c/37815349298-250.jpg",
    "song": "Charade (vocal mix)",
    "track_id": null,
    "recording_id": "5747bd7d-45bd-45cb-902d-2bd0621d10fb",
    "artist": "Grooverider",
    "artist_ids": [
        "1b3295ef-f77f-40ba-a5c4-567db00cacdf"
    ],
    "album": "Charade",
    "release_id": null,
    "release_group_id": "e9e6b1be-eb27-4197-b4e9-1e583ec1e080",
    "labels": [
        "Deep Jungle Records"
    ],
    "label_ids": [
        "7e9de698-0475-4a05-8ce1-8d5e1445b5f4"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1998!\n\nhttps://www.youtube.com/watch?v=2SC8H_5sO8w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}