Information about plays

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

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

{
    "id": 2682210,
    "uri": "https://api.kexp.org/v2/plays/2682210/?format=api",
    "airdate": "2020-01-04T22:34:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idea/Intent",
    "track_id": "12f14ac3-46d6-4707-a629-e9eb0df1d482",
    "recording_id": null,
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Warm Blood",
    "release_id": "9eac235a-bde8-46e8-97f7-fb58e8088446",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beths will be playing an all ages show at the Pacific Science Center on Wednesday, April 15th. https://www.eventbrite.com/e/the-beths-the-laser-dome-at-the-pacific-science-center-tickets-83291865211",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}