Information about plays

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

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

{
    "id": 2678811,
    "uri": "https://api.kexp.org/v2/plays/2678811/?format=api",
    "airdate": "2019-12-27T15:34:30-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/90e9f756-9544-4f67-8f6c-c7633143cf20/24388950967-250.jpg",
    "thumbnail_uri": "",
    "song": "Against the Day",
    "track_id": "61d8d92c-b332-4cd8-adfa-1f7be5ebbdec",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Against the Day",
    "release_id": "90e9f756-9544-4f67-8f6c-c7633143cf20",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-10-16",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yay! Wolf Parade is coming back to Seattle on Tuesday, February 11th playing at The Showbox. https://bit.ly/2EAZL9o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}