Information about plays

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

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

{
    "id": 343839,
    "uri": "https://api.kexp.org/v2/plays/343839/?format=api",
    "airdate": "2019-06-20T07:52:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Northern Soul",
    "track_id": "c3a9e349-54b7-3295-9174-17e05ee129c0",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Northern Soul",
    "release_id": "38f692c2-45cb-48c7-ac35-0aa95f4524be",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [],
    "release_date": "1995-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 24th birthday to The Verve's sophomore album <i>A Northern Soul</i>, released on this day in 1995!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}