Information about plays

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

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

{
    "id": 2678851,
    "uri": "https://api.kexp.org/v2/plays/2678851/?format=api",
    "airdate": "2019-12-27T18:04:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Best Friend",
    "track_id": "2abc106f-bc2b-429e-a938-6e1c30f45538",
    "recording_id": null,
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "Best Friend",
    "release_id": "0b4d38e4-298f-4f8b-b48c-29f5807e1dda",
    "release_group_id": null,
    "labels": [
        "Ultra Records, LLC"
    ],
    "label_ids": [],
    "release_date": "2017-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Suggested by friends Erin & Kirby - such good taste! KEXP exclusive interview with the duo. https://www.kexp.org/read/2017/9/19/kexp-exclusive-interview-sofi-tukker/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}