Information about plays

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

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

{
    "id": 2675863,
    "uri": "https://api.kexp.org/v2/plays/2675863/?format=api",
    "airdate": "2019-12-20T09:12:03-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/e11ab49b-3127-4578-8af4-6957e599a901/2499047134-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Talks",
    "track_id": "a4b22248-dd4b-312d-b2ca-04932e492f9d",
    "recording_id": null,
    "artist": "Of Monsters and Men",
    "artist_ids": [
        "9e103f85-7af7-41d7-b83b-49ba8f0c5abf"
    ],
    "album": "My Head Is an Animal",
    "release_id": "e11ab49b-3127-4578-8af4-6957e599a901",
    "release_group_id": null,
    "labels": [
        "Record Records"
    ],
    "label_ids": [
        "59e8b217-51cc-48aa-8f6d-4b47db422e44"
    ],
    "release_date": "2011-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 19.  \"My Head Is An Animal\" was the debut album (September, 2011) by this Icelandic band. The album debuted in the United States at number six on the Billboard 200. marking the best chart performance for an Icelandic musical artist in U.S. history. The previous chart record was held by Björk's \"Volta.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}