Information about plays

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

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

{
    "id": 346973,
    "uri": "https://api.kexp.org/v2/plays/346973/?format=api",
    "airdate": "2019-06-27T13:36:44-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkie Talkie",
    "track_id": "a10d6260-cf6b-48a4-809f-c427da8c3dee",
    "recording_id": null,
    "artist": "Palm",
    "artist_ids": [
        "ee2909ea-d91d-4949-a9ef-a3f4b1a5c12f"
    ],
    "album": "Shadow Expert",
    "release_id": "418b7895-f19d-4ed2-8fe4-4b7ed74ef9e7",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Palm play this song during their live in-studio performance from July, 2017: https://www.youtube.com/watch?v=h4FfimcHHpU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}