Information about plays

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

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

{
    "id": 3546614,
    "uri": "https://api.kexp.org/v2/plays/3546614/?format=api",
    "airdate": "2025-08-30T06:38:31-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/47bd836c-faa3-479d-8d46-28d2b9cc4f0f/41205495033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47bd836c-faa3-479d-8d46-28d2b9cc4f0f/41205495033-250.jpg",
    "song": "Habibi",
    "track_id": null,
    "recording_id": "631aabed-19c4-4c7b-be76-1c638531527e",
    "artist": "Alsarah & the Nubatones",
    "artist_ids": [
        "3e6c62cf-6163-48f1-b493-e8633563e3b4"
    ],
    "album": "Seasons of the Road",
    "release_id": null,
    "release_group_id": "d6e51071-6dc8-4369-a086-7b6ef3ead8ad",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}