Information about plays

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

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

{
    "id": 382972,
    "uri": "https://api.kexp.org/v2/plays/382972/?format=api",
    "airdate": "2019-09-19T13:45:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance to the Music",
    "track_id": "49d263ea-518e-42ed-9d42-c03c4d1d04b6",
    "recording_id": null,
    "artist": "Sly",
    "artist_ids": [
        "4ee18c1e-9f25-4340-aca8-55eab557dec7"
    ],
    "album": "Greatest Hits",
    "release_id": "a444159e-fcd1-4f45-9bee-8c32f17943e8",
    "release_group_id": null,
    "labels": [
        "Audio Fidelity"
    ],
    "label_ids": [],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tune in tomorrow morning as KEXP kicks off our Fall Fund Drive. We will be counting down 666 songs from the listeners favorite albums of all time. You can donate anytime online at https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}