Information about plays

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

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

{
    "id": 2682850,
    "uri": "https://api.kexp.org/v2/plays/2682850/?format=api",
    "airdate": "2020-01-06T12:45:08-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7def36e-04dc-3a80-83c5-4f705c6eab2f/3779708729-250.jpg",
    "thumbnail_uri": "",
    "song": "Stylo",
    "track_id": "83ca6fd7-8e99-33a5-a17a-68772107713b",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Plastic Beach",
    "release_id": "e7def36e-04dc-3a80-83c5-4f705c6eab2f",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorillaz are a British virtual band created in 1998 by Damon Albarn and artist Jamie Hewlett. The band primarily consists of four animated members: Stuart \"2-D\" Pot, Murdoc Niccals, Noodle, and Russel Hobbs. Their fictional universe is presented in music videos, interviews and short cartoons. In reality, Albarn is the only permanent musical contributor, and often collaborates with other musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}