Information about plays

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

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

{
    "id": 347375,
    "uri": "https://api.kexp.org/v2/plays/347375/?format=api",
    "airdate": "2019-06-28T10:02:37-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Purity Ring perform this song live on KEXP here: https://www.youtube.com/watch?v=qHTeiYtlS8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}