Information about plays

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

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

{
    "id": 3590480,
    "uri": "https://api.kexp.org/v2/plays/3590480/?format=api",
    "airdate": "2025-12-13T06:44:33-08:00",
    "show": 65364,
    "show_uri": "https://api.kexp.org/v2/shows/65364/?format=api",
    "image_uri": "https://coverartarchive.org/release/d89b2fc8-3dad-3a08-952d-09622ab99f3a/8067123145-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d89b2fc8-3dad-3a08-952d-09622ab99f3a/8067123145-250.jpg",
    "song": "Gimme Danger",
    "track_id": null,
    "recording_id": "35f92b1d-d012-4539-859c-84c40a63df82",
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": null,
    "release_group_id": "156cbf68-eaea-3f6a-852e-aa6afbd779db",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}