Information about plays

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

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

{
    "id": 3422223,
    "uri": "https://api.kexp.org/v2/plays/3422223/?format=api",
    "airdate": "2024-11-06T20:45:34-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia803106.us.archive.org/32/items/mbid-af4fcc61-7928-4178-ab79-24c359891a4d/mbid-af4fcc61-7928-4178-ab79-24c359891a4d-19747817023_thumb500.jpg",
    "thumbnail_uri": "https://ia803106.us.archive.org/32/items/mbid-af4fcc61-7928-4178-ab79-24c359891a4d/mbid-af4fcc61-7928-4178-ab79-24c359891a4d-19747817023_thumb250.jpg",
    "song": "Junipero Love",
    "track_id": "079268f5-4252-4ec4-bcf2-c4b421360971",
    "recording_id": "ae537e72-435d-4b80-b84e-3f6608367816",
    "artist": "Hibou",
    "artist_ids": [
        "8cf14cb0-11c6-425e-a66d-682f0eda40f0"
    ],
    "album": "Something Familiar",
    "release_id": "af4fcc61-7928-4178-ab79-24c359891a4d",
    "release_group_id": "68c1682c-6e47-4214-b039-92e597837823",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hibou's \"Junipero Love\" was KEXPs Song of the Day, as chosen by Cheryl Waters. Read more about this song, subscribe and download this track for free here:\nhttps://kexp.org/podcasts/song-of-the-day/2018/3/9/hibou-junipero/\n--\nIn 2018, Seattle band Hibou performed live in the KEXP studio, closing out their set with \"Junipero Love.\"\nhttps://youtu.be/MINuPcURIZw\n--\nhttps://hibouband.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}