Information about plays

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

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

{
    "id": 3417135,
    "uri": "https://api.kexp.org/v2/plays/3417135/?format=api",
    "airdate": "2024-10-25T13:58:01-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleazy Street",
    "track_id": null,
    "recording_id": "ad983431-d6b5-4c29-a853-2fafb315d0ff",
    "artist": "Sopwith Camel",
    "artist_ids": [
        "79f4b406-57b0-4b91-a9ee-43f58c3d612d"
    ],
    "album": "The Miraculous Hump Returns From the Moon",
    "release_id": null,
    "release_group_id": "9a8ff6dc-49a6-30e6-aa89-1fc0ae053d10",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco psychedelic rockers Sopwith Camel formed in the 60's, featuring members Martin Beard, Norman Mayell, Peter Kraemer, Terry MacNeil, William Sievers, William Truckaway. They were one of the scene's first band's to score a top 40 hit in 1967 with novelty track \"Hello, Hello\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}