Information about plays

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

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

{
    "id": 347612,
    "uri": "https://api.kexp.org/v2/plays/347612/?format=api",
    "airdate": "2019-06-28T22:49:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do What I Believe (feat. Bahamadia)",
    "track_id": null,
    "recording_id": null,
    "artist": "Statik Selektah",
    "artist_ids": [
        "b0bc78bc-6f67-487b-a571-bdf4a24da486"
    ],
    "album": "The Pre-Game EP",
    "release_id": "4d3b5530-7d35-4694-9217-8ed2607468cd",
    "release_group_id": null,
    "labels": [
        "Brick Records"
    ],
    "label_ids": [],
    "release_date": "2009-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream this Statik Selektah EP 'The Pre-Game' released 10 years ago!: https://open.spotify.com/album/4Juq8jPClZfZHhSgfXAIDZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}