Information about plays

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

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

{
    "id": 3329656,
    "uri": "https://api.kexp.org/v2/plays/3329656/?format=api",
    "airdate": "2024-04-01T15:07:45-07:00",
    "show": 59834,
    "show_uri": "https://api.kexp.org/v2/shows/59834/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5adfb1a-710b-4f46-8764-46f9b2a54dd9/22711269080-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5adfb1a-710b-4f46-8764-46f9b2a54dd9/22711269080-250.jpg",
    "song": "Where Are We Going? (alternate mix 2)",
    "track_id": null,
    "recording_id": "2630b37d-5b2b-4b63-9108-7799e0a25dd6",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "You’re the Man",
    "release_id": null,
    "release_group_id": "82a4f23b-df64-4f3f-be50-ea3c8f6b5fcd",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in Peace Marvin Gaye who passed away on this day 40 years ago.\n--\nOriginally recorded by Donald Byrd, and written by Larry Mizell (Sr.) and Larry Gordon. \n\nAs \"Where Are We Going?\" draws to a close, Gaye suggests that increasing activism may wake people from their stupor.\n\n\"Day in, day out / It gets better, the people shout / Day by day flames get higher,\" he declares, referring to various revolutions raging in 1972 (civil rights, women's rights, gay rights, and anti-war sentiment).\n http://blindedbysound.com/features/deepsoul/marvin-gaye---where-are-we-going/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}