Information about plays

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

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

{
    "id": 2678868,
    "uri": "https://api.kexp.org/v2/plays/2678868/?format=api",
    "airdate": "2019-12-27T19:00:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Youthful Expression",
    "track_id": "8a19c2ff-1c9d-354b-93f3-327e13c466c8",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "a30577af-64e7-3e86-9930-556e3e5357b5",
    "release_group_id": null,
    "labels": [
        "Zomba Label Group"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the album that is at #175 on the KEXP most-played albums of All Time. https://www.kexp.org/countdowns/kexps-most-played-albums-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}