Information about plays

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

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

{
    "id": 372566,
    "uri": "https://api.kexp.org/v2/plays/372566/?format=api",
    "airdate": "2019-08-26T13:38:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Lines You Amend",
    "track_id": "f3e3b22b-e969-3b01-8b9d-1118ab71a4f6",
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "One Chord to Another",
    "release_id": "62073538-abd0-435d-bfe2-0d439c6288c1",
    "release_group_id": null,
    "labels": [
        "murderecords"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sloan was in KEXP's Gathering Space in March and performed \"The Lines You Amend\" live:  https://www.youtube.com/watch?v=wH0eC1-l1Qk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}