Information about plays

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

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

{
    "id": 354203,
    "uri": "https://api.kexp.org/v2/plays/354203/?format=api",
    "airdate": "2019-07-14T08:19:11-07:00",
    "show": 5904,
    "show_uri": "https://api.kexp.org/v2/shows/5904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before",
    "track_id": null,
    "recording_id": null,
    "artist": "Pan•American",
    "artist_ids": [
        "eeef9e6a-460b-49ca-840f-b55481b47297"
    ],
    "album": "Quiet City",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [],
    "release_date": "2004-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the 4th release from Mark Nelson's Pan•American project ~ https://panamerican.bandcamp.com/album/quiet-city",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}