Information about plays

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

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

{
    "id": 3584425,
    "uri": "https://api.kexp.org/v2/plays/3584425/?format=api",
    "airdate": "2025-11-29T06:27:20-08:00",
    "show": 65238,
    "show_uri": "https://api.kexp.org/v2/shows/65238/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5d91007-f053-4d81-a958-93c9cb4611de/11322897198-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5d91007-f053-4d81-a958-93c9cb4611de/11322897198-250.jpg",
    "song": "Rose of Sharon",
    "track_id": null,
    "recording_id": "0e425ca6-e3af-4358-a5e8-1b53a5179a2f",
    "artist": "Title Fight",
    "artist_ids": [
        "1154d345-8061-4d04-a52a-6214288523ac"
    ],
    "album": "Hyperview",
    "release_id": null,
    "release_group_id": "d3393fce-2571-4ae1-9ff0-c65f6af44b89",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2015-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}