Information about plays

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

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

{
    "id": 2670648,
    "uri": "https://api.kexp.org/v2/plays/2670648/?format=api",
    "airdate": "2019-12-08T15:29:58-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Else Has Gone Wrong",
    "track_id": "ca3ab29e-b173-4bbf-b42b-2cad6c419796",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "Everything Else Has Gone Wrong",
    "release_id": "05c73849-1de7-44db-9d65-bcde0a13a308",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London based indie rock band Bombay Bicycle Club are \"going back to the roots of what makes music so special, as they dress blunt honesty with inspiring optimism on this upcoming album title track “Everything Else has gone wrong”\". -Euphoria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}