Information about plays

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

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

{
    "id": 2681533,
    "uri": "https://api.kexp.org/v2/plays/2681533/?format=api",
    "airdate": "2020-01-03T06:56:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Miracle",
    "track_id": "d01a88a6-98c8-35d8-b641-afa666c25f10",
    "recording_id": null,
    "artist": "The Hidden Cameras",
    "artist_ids": [
        "cf998a99-5b7e-4342-b372-9c5d45c2ca62"
    ],
    "album": "The Smell of Our Own",
    "release_id": "4e634632-ab7a-46d1-9058-0c7d418f0201",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [],
    "release_date": "2003-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the first known short film made for The Hidden Cameras' \"A Miracle\": https://www.youtube.com/watch?v=sfpaKPcW47A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}