Information about plays

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

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

{
    "id": 3574959,
    "uri": "https://api.kexp.org/v2/plays/3574959/?format=api",
    "airdate": "2025-11-07T03:08:26-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "B.Y.R.D.I.E.",
    "track_id": null,
    "recording_id": "f68c0b31-6858-4976-9809-31fef07f216f",
    "artist": "Byrdie",
    "artist_ids": [
        "5f5fb694-fb3c-4a9c-9f47-5e1b56d00314"
    ],
    "album": "N Flight",
    "release_id": null,
    "release_group_id": "a145ce91-3509-4c77-99c2-aefd0421db33",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}