Information about plays

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

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

{
    "id": 2682909,
    "uri": "https://api.kexp.org/v2/plays/2682909/?format=api",
    "airdate": "2020-01-06T16:15:41-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Mistakes Were Made For You",
    "track_id": "51cf3d8f-225f-4676-af9d-f26b96b8406d",
    "recording_id": null,
    "artist": "The Last Shadow Puppets",
    "artist_ids": [
        "8a3e1c4f-59a8-457a-826c-fe961419a8ae"
    ],
    "album": "My Mistakes Were Made for You",
    "release_id": "8e9a2afb-1bf4-4d6f-bb0f-79838dd177da",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 34th birthday to Arctic Monkey's and The Last Shadow Puppet's Alex Turner!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}