Information about plays

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

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

{
    "id": 2683187,
    "uri": "https://api.kexp.org/v2/plays/2683187/?format=api",
    "airdate": "2020-01-07T08:57:06-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Hardly Speak",
    "track_id": "82b6568f-6ca0-4fe0-b759-82d3b46c590d",
    "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": "Here's a short clip of Bombay Bicycle Club working out the riff for \"I Can Hardly Speak\" in the studio:  https://bit.ly/37I2daE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}