Information about plays

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

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

{
    "id": 347556,
    "uri": "https://api.kexp.org/v2/plays/347556/?format=api",
    "airdate": "2019-06-28T19:15:48-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Going to Die",
    "track_id": "9e56a027-33e5-4f95-a051-f413ed7b5ed5",
    "recording_id": null,
    "artist": "CC Dust",
    "artist_ids": [
        "b2c262ab-0341-4c8e-bd46-0f15957a607e"
    ],
    "album": "CC Dust",
    "release_id": "b868404d-3223-4bf3-a937-9a2d3f74b9e3",
    "release_group_id": null,
    "labels": [
        "Perennial"
    ],
    "label_ids": [
        "9a11d87d-ec6f-4bdb-ba1e-2f304a0ead12"
    ],
    "release_date": "2016-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song was featured as Song of The Day on the Morning Show with John Richards. https://www.kexp.org/read/2016/07/18/song-of-the-day-cc-dust-never-going-to-die/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}