Information about plays

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

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

{
    "id": 3417017,
    "uri": "https://api.kexp.org/v2/plays/3417017/?format=api",
    "airdate": "2024-10-25T06:48:54-07:00",
    "show": 61666,
    "show_uri": "https://api.kexp.org/v2/shows/61666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Charlotte Anne",
    "track_id": "d285bd92-eaa3-3996-b5c9-93056d8d7d86",
    "recording_id": "12211e0f-bef9-4553-b212-0086b5913525",
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "My Nation Underground",
    "release_id": "0c2ce254-bf0d-41ca-83ad-d6c377befe99",
    "release_group_id": "91188898-d1d8-3fcf-bfe9-74be4fe9efef",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1988-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Julian Cope's fourth solo album was released OTD in 1988.\n\nPrior to going solo, Julian Cope was singer and songwriter for Liverpool post-punk band the Teardrop Explodes. He's also worked on side projects such as Queen Elizabeth, Brain Donor, and Black Sheep.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}