Information about plays

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

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

{
    "id": 3421376,
    "uri": "https://api.kexp.org/v2/plays/3421376/?format=api",
    "airdate": "2024-11-04T17:09:15-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9d0ba49-e442-43a4-9267-554dab67f16b/22539213640-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9d0ba49-e442-43a4-9267-554dab67f16b/22539213640-250.jpg",
    "song": "Ease On Down the Road (Remy Palombo Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Diana Ross with Michael Jackson",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83",
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "The Greatest",
    "release_id": null,
    "release_group_id": "8fb1817d-dff4-3d18-a568-67c9df129381",
    "labels": [
        "Universal Music TV"
    ],
    "label_ids": [
        "1b498e6d-1c44-4b11-a479-4131f759fea7"
    ],
    "release_date": "1998-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song from The Wiz feature-film adaptation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}