Information about plays

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

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

{
    "id": 2682781,
    "uri": "https://api.kexp.org/v2/plays/2682781/?format=api",
    "airdate": "2020-01-06T08:47:59-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?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": "Lead singer Jack Steadman tells DIY Mag', “For my whole life, I haven’t been very good at expressing myself with words...(t)he irony is that the song is about not wanting to write lyrics, but it has lyrics I’m really proud of.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}