Information about plays

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

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

{
    "id": 3535468,
    "uri": "https://api.kexp.org/v2/plays/3535468/?format=api",
    "airdate": "2025-08-03T16:18:27-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Credit",
    "track_id": null,
    "recording_id": "7c30fb23-70f8-4bf9-955b-a76164bb8700",
    "artist": "Yonny",
    "artist_ids": [
        "29c95374-08ba-46e2-93ba-d75f6ba4cf1b"
    ],
    "album": "Everywhere, But Always",
    "release_id": null,
    "release_group_id": "caf4e514-7812-49fa-9df3-9c05147ef32d",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A summer classic from Seattle's yonny, who dropped this last summer on the excellent debut album Everwhyere, But \n\nhttps://www.youtube.com/watch?v=SFHRJV64sI4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}