Information about plays

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

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

{
    "id": 3414637,
    "uri": "https://api.kexp.org/v2/plays/3414637/?format=api",
    "airdate": "2024-10-19T10:20:59-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Switch Up (Dub)",
    "track_id": "4ecc4293-4e65-406c-8e1f-f3d2bfacf70b",
    "recording_id": "7403bbd8-d3cb-4cf2-94de-15a8baed0791",
    "artist": "Protoje & Zion I Kings feat. Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725",
        "8dc74d67-5c99-4558-9a4f-9166fb4a21c5",
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "In Search of Zion",
    "release_id": "ae83d732-ef90-4990-93ec-3a7738818d04",
    "release_group_id": "74d06b67-5f68-4f2b-b60f-ae2f46000e79",
    "labels": [
        "In.Digg.Nation Collective"
    ],
    "label_ids": [
        "b7f6e35f-52ee-4553-b74a-752b6f5d818f"
    ],
    "release_date": "2023-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}