Information about plays

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

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

{
    "id": 3422215,
    "uri": "https://api.kexp.org/v2/plays/3422215/?format=api",
    "airdate": "2024-11-06T20:15:39-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/72b1e7a7-1b14-45e4-96ea-2c380a628b5a/14040239627-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72b1e7a7-1b14-45e4-96ea-2c380a628b5a/14040239627-250.jpg",
    "song": "All I Wanna Do",
    "track_id": null,
    "recording_id": "5b19b187-66d5-4043-b43e-5fa6d9a5bdc4",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Sunflower",
    "release_id": null,
    "release_group_id": "464dba39-079e-3ea4-84e1-1829324de678",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1970-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic sounds from the Beach Boys' sixteenth studio album, Sunflower. An album cut, never released as a single, which became a very notable jam for its influence on lo-fi music, and has been called the earliest example of dream pop, chillwave and shoegaze-style music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}