Information about plays

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

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

{
    "id": 373430,
    "uri": "https://api.kexp.org/v2/plays/373430/?format=api",
    "airdate": "2019-08-28T08:11:15-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/53cbebaf-93f0-4d6a-9ead-04b6620acaa6/10289485137-250.jpg",
    "thumbnail_uri": "",
    "song": "Time to Run",
    "track_id": "f2f9b623-ace8-37f5-8ab7-761a6bd482ab",
    "recording_id": null,
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Lonesome Dreams",
    "release_id": "53cbebaf-93f0-4d6a-9ead-04b6620acaa6",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2012-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the running mix Preston! <br> </br> Here's a video of when Lord Huron performed \"Time To Run\" live in the KEXP studio in 2012. - https://www.youtube.com/watch?v=s3ZRtZA93As",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}