Information about plays

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

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

{
    "id": 351787,
    "uri": "https://api.kexp.org/v2/plays/351787/?format=api",
    "airdate": "2019-07-08T17:25:12-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio",
    "track_id": "ab2070b2-2673-439b-a625-6f62793b35a1",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "First Taste",
    "release_id": "c2f50f34-8f6d-4836-913b-162c2ec48387",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty on our radio: https://www.youtube.com/watch?v=GKmMf50IvHg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}