Information about plays

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

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

{
    "id": 345939,
    "uri": "https://api.kexp.org/v2/plays/345939/?format=api",
    "airdate": "2019-06-25T11:37:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somedays (I Don’t Feel Like Trying)",
    "track_id": "aebf3550-e76c-46d2-932f-09d965b74b40",
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Help Us Stranger",
    "release_id": "be45b090-8feb-4467-ae83-9d61953aab7a",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Raconteurs will play Seattle's WaMu Theater on Thursday, July 18th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}