Information about plays

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

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

{
    "id": 376595,
    "uri": "https://api.kexp.org/v2/plays/376595/?format=api",
    "airdate": "2019-09-04T15:52:03-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "http://coverartarchive.org/release/e72cffb1-6c8f-40c9-9805-f3ddde72b216/3879217248-250.jpg",
    "thumbnail_uri": "",
    "song": "Seed Toss",
    "track_id": "c6f91526-54ed-3051-b58b-a45f63f5c46d",
    "recording_id": null,
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "No Pocky for Kitty",
    "release_id": "e72cffb1-6c8f-40c9-9805-f3ddde72b216",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1991-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Chapel Hill, North Carolina.  https://www.mergerecords.com/superchunk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}