Information about plays

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

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

{
    "id": 3596077,
    "uri": "https://api.kexp.org/v2/plays/3596077/?format=api",
    "airdate": "2025-12-26T01:54:36-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tal Abib",
    "track_id": null,
    "recording_id": "8be9d277-d4b5-46ac-bbd4-d65d1afa4494",
    "artist": "Shabjdeed & Al Nather",
    "artist_ids": [
        "99e070e6-e232-4731-81db-666b448626d7",
        "4b27c2c0-b498-4a89-ae8e-62f987bae5e1"
    ],
    "album": "SULTAN",
    "release_id": null,
    "release_group_id": "fc52e1d8-3b52-445b-b5d1-498f9a6cc2bd",
    "labels": [
        "BLTNM بلاتنم"
    ],
    "label_ids": [
        "f159d656-572a-43dc-9253-95b7f426f371"
    ],
    "release_date": "2024-02-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=E00Ya2Qs-2c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}