Information about plays

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

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

{
    "id": 347946,
    "uri": "https://api.kexp.org/v2/plays/347946/?format=api",
    "airdate": "2019-06-29T20:02:10-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Home was a Blue Sky",
    "track_id": "baeaf7e0-ae1c-4eab-b12d-8b25f362a9f0",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}