Information about plays

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

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

{
    "id": 3422023,
    "uri": "https://api.kexp.org/v2/plays/3422023/?format=api",
    "airdate": "2024-11-06T07:38:57-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7ba3cb7-a074-45ee-870f-3baeb6d3e8bf/12708426541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7ba3cb7-a074-45ee-870f-3baeb6d3e8bf/12708426541-250.jpg",
    "song": "So What",
    "track_id": null,
    "recording_id": "55b74ed8-4ad4-4433-b34c-66992865d813",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Kind of Blue",
    "release_id": null,
    "release_group_id": "8e8a594f-2175-38c7-a871-abb68ec363e7",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1959-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sometimes music speaks for us when we have no words.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}