Information about plays

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

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

{
    "id": 3437421,
    "uri": "https://api.kexp.org/v2/plays/3437421/?format=api",
    "airdate": "2024-12-13T03:58:37-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sometimes You Have to Work on Christmas",
    "track_id": "3fd805ba-eaea-443d-b194-10f8e0c4cfe2",
    "recording_id": "c9591d88-27e4-4110-a60d-d480311e24ad",
    "artist": "Small Shake & Fur Trader",
    "artist_ids": [
        "68ae0a9d-e2bd-4561-8c56-497a17b63b37",
        "5ac02137-b9ef-4c43-b55b-e523bf499e74"
    ],
    "album": "Hit the North Pole: A Festive Charity Compilation for the Palestine Children's Relief Fund",
    "release_id": "e56a0fe0-df32-4138-a5d9-6ae42a5cec4e",
    "release_group_id": "851ebe26-6605-4145-a03c-33cd75500a7b",
    "labels": [
        "Hit the North Records"
    ],
    "label_ids": [
        "84661b60-40a9-489a-80e9-f6a0f14bca29"
    ],
    "release_date": "2024-12-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My good bud Aarin covering one of my favorite Christmas songs of all time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}