Information about plays

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

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

{
    "id": 352776,
    "uri": "https://api.kexp.org/v2/plays/352776/?format=api",
    "airdate": "2019-07-11T00:37:53-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Life",
    "track_id": "1fc609ed-6f17-433e-bc4d-848f8ad1d2b1",
    "recording_id": null,
    "artist": "Your Heart Breaks",
    "artist_ids": [
        "4c5aef72-16be-4e1d-9720-1781b8f8c51c"
    ],
    "album": "Drone Butch Blues",
    "release_id": "a4d25130-9267-4402-a1d3-252da359c8ae",
    "release_group_id": null,
    "labels": [
        "SofaBurn Records"
    ],
    "label_ids": [
        "61dc9e1c-3c6a-448a-8f88-764b8060376c"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "www.yourheartbreaks.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}