Information about plays

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

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

{
    "id": 2683250,
    "uri": "https://api.kexp.org/v2/plays/2683250/?format=api",
    "airdate": "2020-01-07T12:39:05.064000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia902703.us.archive.org/14/items/mbid-334170cb-f992-41dd-a535-0812efd938a4/mbid-334170cb-f992-41dd-a535-0812efd938a4-2694490524.jpg",
    "thumbnail_uri": "https://ia802703.us.archive.org/14/items/mbid-334170cb-f992-41dd-a535-0812efd938a4/mbid-334170cb-f992-41dd-a535-0812efd938a4-2694490524_thumb250.jpg",
    "song": "Go!",
    "track_id": "7a6ebf11-f006-33b6-98c3-66dc452d3941",
    "recording_id": null,
    "artist": "Santigold feat. Karen O",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f",
        "14d44067-99c2-4f77-b58b-138f0b6911fa"
    ],
    "album": "Master of My Make‐Believe",
    "release_id": "763e2453-5f6a-4d8a-8d8c-c4460853c6bd",
    "release_group_id": "0bda1b63-9601-4456-9574-5cef953dd214",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Santigold explained the concept of the track in an interview: \"In this song, 'GO' has a dual meaning. On one hand it's a challenge, beckoning any would-be usurpers to come show and prove. On the other, it's a call to myself to rise to the occasion. 'Go' is a 'fun' song. It's playful, but like many of my songs, lyrically it was an opportunity for me to vent. It's about the difficulties of holding onto what's yours, everything from your ideas and energy, to your confidence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}