Information about plays

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

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

{
    "id": 370070,
    "uri": "https://api.kexp.org/v2/plays/370070/?format=api",
    "airdate": "2019-08-20T20:43:50-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ab8e549-13bc-39c0-b947-423ada5ee844/6592066455-250.jpg",
    "thumbnail_uri": "",
    "song": "Satyam Shivam Sundaram",
    "track_id": "084b9f82-cb3b-3655-a7a4-b23d09bfc5c3",
    "recording_id": null,
    "artist": "Thievery Corporation feat. Gunjan",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Cosmic Game",
    "release_id": "6ab8e549-13bc-39c0-b947-423ada5ee844",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "November 29 & December 1st Thievery Corporation back and LIVE for two nights at The Showbox.\n\nThievery Corporation performing live in the KEXP studio. Recorded October 5, 2016 https://www.youtube.com/watch?v=5eK6SYVyZRk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}