Information about plays

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

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

{
    "id": 3412289,
    "uri": "https://api.kexp.org/v2/plays/3412289/?format=api",
    "airdate": "2024-10-13T20:28:10-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tubular Bells",
    "track_id": null,
    "recording_id": "1088364c-06fd-4206-8a3d-bfd2f213a324",
    "artist": "The Champs' Boys Orchestra",
    "artist_ids": [
        "ea9dd930-34f6-4c14-b58f-d65868b934a5"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vogue"
    ],
    "label_ids": [
        "7100c96c-b304-4bf4-8d7a-4de2e23078b3"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Champs' Boys Orchestra was an instrumental group from France that became famous during the late 1970s. They are best known for their funky disco 1976 remake of Mike Oldfield's \"Tubular Bells,\" the theme from \"The Exorcist\" (1973).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}