Information about plays

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

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

{
    "id": 3562144,
    "uri": "https://api.kexp.org/v2/plays/3562144/?format=api",
    "airdate": "2025-10-06T23:04:46-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7170832-d2d7-4f4b-802c-34e9c13da59b/33883938491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7170832-d2d7-4f4b-802c-34e9c13da59b/33883938491-250.jpg",
    "song": "Adnan’s",
    "track_id": null,
    "recording_id": "f85c1d81-726c-40db-8191-716098099a35",
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "In Sides",
    "release_id": null,
    "release_group_id": "5b2338ad-afbb-3046-ba00-32b395fe2d17",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1996-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where the Orbital matters!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}