Information about plays

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

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

{
    "id": 380069,
    "uri": "https://api.kexp.org/v2/plays/380069/?format=api",
    "airdate": "2019-09-12T17:08:00-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Like Honey",
    "track_id": "63a8b121-5de4-41a6-a9eb-62a95a09ae8c",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Psychocandy",
    "release_id": "16f11eba-1673-4339-97c5-7b1979974b89",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2011-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jesus and Mary Chain dropped their first album in 19 years back in March of 2017 with the release of \"Damage and Joy.\" Read the full Pitchfork write-up of the album here: https://bit.ly/2mcqK57",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}