Information about plays

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

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

{
    "id": 3422569,
    "uri": "https://api.kexp.org/v2/plays/3422569/?format=api",
    "airdate": "2024-11-07T16:48:32-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know What I Know",
    "track_id": null,
    "recording_id": "17e22f07-f131-4ab4-aabf-c0e95b9a3967",
    "artist": "Geographer",
    "artist_ids": [
        "c1213174-2d79-488d-93fd-1db2ef43da8e"
    ],
    "album": "Endless Motion Vol. 1",
    "release_id": null,
    "release_group_id": "48151eb6-7a25-4dcf-8eee-a622a605bbf7",
    "labels": [
        "Roll Call Records"
    ],
    "label_ids": [
        "dffe6e00-9c34-4d54-a4a1-eebd9d3d1f71"
    ],
    "release_date": "2015-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco's Geographer, from his 2015 album of covers - including songs by Kate Bush, New Order, and this song from Paul Simon's 1986 masterpiece, \"Graceland\"\n\nhttps://geographer.bandcamp.com/album/endless-motion-vol-i\nhttps://www.geographermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}