Information about plays

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

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

{
    "id": 2683167,
    "uri": "https://api.kexp.org/v2/plays/2683167/?format=api",
    "airdate": "2020-01-07T07:49:16-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/02c0c373-f3e7-4312-a3b6-104cd5b8163c/24632199866-250.jpg",
    "thumbnail_uri": "",
    "song": "Forest Green",
    "track_id": "0c38aa13-c803-4486-bd90-be58788150c6",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Thin Mind",
    "release_id": "02c0c373-f3e7-4312-a3b6-104cd5b8163c",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-01-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade is playing The Showbox on February 11th.  Tickets & info:  https://bit.ly/2Qyyqvj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}