Information about plays

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

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

{
    "id": 3649362,
    "uri": "https://api.kexp.org/v2/plays/3649362/?format=api",
    "airdate": "2026-05-02T03:39:58-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Ride",
    "track_id": null,
    "recording_id": "8f469827-2164-4796-ab25-3e70d0c86042",
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "Words and Music",
    "release_id": null,
    "release_group_id": "13773383-2c8d-471e-818f-bda0d00e95f6",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song Moon Ride was written by Margo Guryan and was first released by Chris Connor in 1958",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}