Information about plays

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

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

{
    "id": 3590453,
    "uri": "https://api.kexp.org/v2/plays/3590453/?format=api",
    "airdate": "2025-12-13T05:11:59-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Changin’ Times",
    "track_id": null,
    "recording_id": "0addd2da-928b-4f34-9a1d-ddf14fa97574",
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Hair of the Dog",
    "release_id": null,
    "release_group_id": "d3178fcf-56f6-3188-b921-f57d98876434",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1975-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}