Information about plays

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

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

{
    "id": 3594514,
    "uri": "https://api.kexp.org/v2/plays/3594514/?format=api",
    "airdate": "2025-12-22T14:58:51-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sha La da La La (Christmas Time)",
    "track_id": null,
    "recording_id": "88bef0b3-71a9-454e-a2ae-5e9dbadd5aad",
    "artist": "The Sha La Das",
    "artist_ids": [
        "cbb86751-55f1-49dc-a955-89ce43b6dfcd"
    ],
    "album": "Love in the Wind",
    "release_id": null,
    "release_group_id": "5d72e47f-53ea-4161-b3c8-508fe74d6c92",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2018-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theshaladas.bandcamp.com/album/love-in-the-wind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}