Information about plays

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

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

{
    "id": 3413329,
    "uri": "https://api.kexp.org/v2/plays/3413329/?format=api",
    "airdate": "2024-10-16T09:18:42-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Ran (So Far Away)",
    "track_id": null,
    "recording_id": "2ce7e47d-bbf3-406e-bc26-e522c37a9414",
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "I Ran",
    "release_id": null,
    "release_group_id": "e35f309c-7d1b-307f-ab7c-0c4c240391c0",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1982-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone's description of this song's music video in 1983: \"Fronted by a singer-synth player with a haircut stranger than anything you'd be likely to encounter in a month of poodle shows, A Flock of Seagulls struck gold on the first try.\"\n\nOfficial Video here: https://www.youtube.com/watch?v=iIpfWORQWhU&ab_channel=AFlockOfSeagullsVEVO\n\nhttps://www.rollingstone.com/music/music-news/new-wave-1980s-second-british-invasion-52016/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}