Information about plays

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

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

{
    "id": 3612786,
    "uri": "https://api.kexp.org/v2/plays/3612786/?format=api",
    "airdate": "2026-02-03T17:33:10-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic",
    "track_id": null,
    "recording_id": "500b12c8-9f8a-468e-9841-7eec53f2c1fb",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Heartbeat City",
    "release_id": null,
    "release_group_id": "d8e2c87d-767c-3a9c-87eb-b344d1228021",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heartbeat City is the fifth studio by The Cars - released in 1984! The album also featured \"Drive\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}