Information about plays

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

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

{
    "id": 515136,
    "uri": "https://api.kexp.org/v2/plays/515136/?format=api",
    "airdate": "2002-02-07T01:29:00-08:00",
    "show": 8882,
    "show_uri": "https://api.kexp.org/v2/shows/8882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuff",
    "track_id": "d43c3572-462c-4328-a334-f31a1e096e93",
    "recording_id": null,
    "artist": "Moth",
    "artist_ids": [
        "66f5692f-f702-4852-ac6b-4061618864de"
    ],
    "album": "Like a Butterfly 'Cept Different (disc 2)",
    "release_id": "2b7b3352-db2f-4548-8d2f-3e7827279fef",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}