Information about plays

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

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

{
    "id": 3421377,
    "uri": "https://api.kexp.org/v2/plays/3421377/?format=api",
    "airdate": "2024-11-04T17:14:54-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd616ef9-5cfb-4042-954f-c7c261ce8ed0/27936315529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd616ef9-5cfb-4042-954f-c7c261ce8ed0/27936315529-250.jpg",
    "song": "Fight the Power (Meltonwax clean edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Fight the Power",
    "release_id": null,
    "release_group_id": "bec2cfbe-3452-48fd-9e73-251008ab5b17",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1975-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}