Information about plays

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

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

{
    "id": 3428780,
    "uri": "https://api.kexp.org/v2/plays/3428780/?format=api",
    "airdate": "2024-11-22T18:42:04-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia601407.us.archive.org/27/items/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179-32414947003_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/27/items/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179/mbid-51cac5b2-b2ab-4319-9efc-0a08022b1179-32414947003_thumb250.jpg",
    "song": "Space Age Love Song",
    "track_id": "a2f58358-2e7c-419e-87a5-ad7dab7a5b6d",
    "recording_id": "0f15d534-0ab0-4a37-9100-e43ea6add8a7",
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "A Flock of Seagulls",
    "release_id": "11d8a992-107b-4933-b13c-1b8e685e9730",
    "release_group_id": "a9b43e9d-f452-35cb-a6da-de85ebe285ae",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1982-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that the title of the song \"Space Age Love Song\" was actually a working title that stuck? The band couldn’t come up with a title for the track, so lead guitarist Paul Reynolds suggested \"Space Age Love Song\" because he thought it sounded like a space age love song.\n\nInterestingly, the song was also used for the 2017 movie Spider-Man: Homecoming, where it was played during the homecoming dance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}