Information about plays

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

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

{
    "id": 343898,
    "uri": "https://api.kexp.org/v2/plays/343898/?format=api",
    "airdate": "2019-06-20T11:12:18-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "begin again",
    "track_id": "3d335f7e-0051-4a03-b315-aa2ea923d9f8",
    "recording_id": null,
    "artist": "Purity Ring",
    "artist_ids": [
        "fdb53441-e5e6-4657-9aad-8dab672e1cdc"
    ],
    "album": "Another Eternity",
    "release_id": "ecfd3da6-2665-4e5c-8686-99cbc1a13a9e",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Purity Ring played this song at KEXP in June 2015:  https://www.youtube.com/watch?v=qHTeiYtlS8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}