Information about plays

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

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

{
    "id": 3428180,
    "uri": "https://api.kexp.org/v2/plays/3428180/?format=api",
    "airdate": "2024-11-21T07:54:20-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia800700.us.archive.org/23/items/mbid-6b646553-05cb-44a9-a41c-179a3c1dd005/mbid-6b646553-05cb-44a9-a41c-179a3c1dd005-40412845093_thumb500.jpg",
    "thumbnail_uri": "https://ia600700.us.archive.org/23/items/mbid-6b646553-05cb-44a9-a41c-179a3c1dd005/mbid-6b646553-05cb-44a9-a41c-179a3c1dd005-40412845093_thumb250.jpg",
    "song": "Drums of Death",
    "track_id": "45a101ff-6068-45fe-8a18-4c7aa5c6b2c9",
    "recording_id": "50bdeb2f-4382-4939-a38c-f86ac8640952",
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "Drums of Death",
    "release_id": "6b646553-05cb-44a9-a41c-179a3c1dd005",
    "release_group_id": "a2bf7906-e7bc-44af-86b5-2ea2f1ab076e",
    "labels": [
        "Atlantic",
        "Young"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drums of Death is the third single for FKA twigs' upcoming record set to  be released on January 24th of next year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}