Information about plays

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

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

{
    "id": 3590358,
    "uri": "https://api.kexp.org/v2/plays/3590358/?format=api",
    "airdate": "2025-12-13T00:02:09-08:00",
    "show": 65361,
    "show_uri": "https://api.kexp.org/v2/shows/65361/?format=api",
    "image_uri": "https://coverartarchive.org/release/875c2c65-faeb-402c-9478-b1fdd77155bd/41417830132-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/875c2c65-faeb-402c-9478-b1fdd77155bd/41417830132-250.jpg",
    "song": "NOKIA",
    "track_id": null,
    "recording_id": "cc2309e2-353b-49b4-9472-8a4c6f297467",
    "artist": "Drake",
    "artist_ids": [
        "9fff2f8a-21e6-47de-a2b8-7f449929d43f"
    ],
    "album": "$ome $exy $ongs 4 U",
    "release_id": null,
    "release_group_id": "786a089a-9266-4fd3-984a-1df9e0ca34b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song title and video tap into the nostalgia associated with the early 2000s when Nokia phones were prevalent.\n\nhttps://www.youtube.com/watch?v=8ekJMC8OtGU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}