Information about plays

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

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

{
    "id": 3428422,
    "uri": "https://api.kexp.org/v2/plays/3428422/?format=api",
    "airdate": "2024-11-21T22:28:02-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/43e637a7-e3f1-45c0-bfa9-515cd1fca235/28708582663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43e637a7-e3f1-45c0-bfa9-515cd1fca235/28708582663-250.jpg",
    "song": "Find a Love",
    "track_id": null,
    "recording_id": "cd1363ae-f449-4a65-9ad5-c1e2851356c4",
    "artist": "Twennynine with Lenny White",
    "artist_ids": [
        "bb5d92bf-f376-48ec-ab51-df5b8f772eb8"
    ],
    "album": "Just Like Dreamin’",
    "release_id": null,
    "release_group_id": "55900591-37ff-4c7f-bd57-cdfbb51e9bbd",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}