Information about plays

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

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

{
    "id": 2682094,
    "uri": "https://api.kexp.org/v2/plays/2682094/?format=api",
    "airdate": "2020-01-04T16:14:02-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?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": "Watch Wolf Parade's KEXP in-studio over here: https://www.youtube.com/watch?v=-UDP7UAM5pU&t=703s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}