Information about plays

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

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

{
    "id": 372978,
    "uri": "https://api.kexp.org/v2/plays/372978/?format=api",
    "airdate": "2019-08-27T12:22:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Ya Head Up",
    "track_id": null,
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Keep ya head up, ooh, child, things are gonna get easier...\nKeep ya head up, ooh, child, things'll get brighter...\"  Here are the lyrics: https://genius.com/2pac-keep-ya-head-up-lyrics  Thanks. Elizabeth, for a mixtape that includes this song.  Here's the complete playlist:  https://bit.ly/2PiNsa3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}