Information about plays

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

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

{
    "id": 3519983,
    "uri": "https://api.kexp.org/v2/plays/3519983/?format=api",
    "airdate": "2025-06-28T15:21:07-07:00",
    "show": 63862,
    "show_uri": "https://api.kexp.org/v2/shows/63862/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5cebb29-b2eb-3280-af6b-0576f80a4030/6980862721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5cebb29-b2eb-3280-af6b-0576f80a4030/6980862721-250.jpg",
    "song": "Pump Up the Jam",
    "track_id": null,
    "recording_id": "42661c59-8403-415f-bdea-67b248dfd256",
    "artist": "Technotronic",
    "artist_ids": [
        "62173ce5-37ef-41b1-86cd-45401a8955fc"
    ],
    "album": "Pump Up the Jam",
    "release_id": null,
    "release_group_id": "0c8cc243-6e8b-3762-8f4e-537713bd7e1e",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1989-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about the lip-synching controversy behind this internationally famous earworm: https://articles.roland.com/pump-up-the-jam-technotronic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}