Information about plays

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

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

{
    "id": 2683176,
    "uri": "https://api.kexp.org/v2/plays/2683176/?format=api",
    "airdate": "2020-01-07T08:20:20-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/9389ef44-b970-4770-9550-0d8e2393220e/24019199569-250.jpg",
    "thumbnail_uri": "",
    "song": "Confessions",
    "track_id": "4230039c-eada-444a-ae58-26667c0d0bdf",
    "recording_id": null,
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "Athena",
    "release_id": "9389ef44-b970-4770-9550-0d8e2393220e",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Sudan Archives at Barboza on February 21st.  Tickets & info:  https://bit.ly/2sLJ88P",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}