Information about plays

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

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

{
    "id": 3584949,
    "uri": "https://api.kexp.org/v2/plays/3584949/?format=api",
    "airdate": "2025-11-30T09:53:53-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Promenade In Green",
    "track_id": null,
    "recording_id": "1875b049-b70c-413c-be7e-f38568bfa1df",
    "artist": "Ricky Nelson",
    "artist_ids": [
        "0b511854-c21c-4af1-9c31-e3fc178ded61"
    ],
    "album": "Another Side of Rick",
    "release_id": null,
    "release_group_id": "8f296b7e-7dc8-495f-872c-7b1b1c2c5b41",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1967-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nelson’s sixteenth studio album diverted from his usual image, embracing both folk and pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}