Information about plays

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

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

{
    "id": 513132,
    "uri": "https://api.kexp.org/v2/plays/513132/?format=api",
    "airdate": "2002-02-01T09:08:00-08:00",
    "show": 8842,
    "show_uri": "https://api.kexp.org/v2/shows/8842/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Shreds",
    "track_id": "a5fb716d-5be6-4b92-b9ad-d7c24aab25a1",
    "recording_id": null,
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "In Shreds / Less Than Human",
    "release_id": "4ac10bb0-6b1d-4d49-a051-a76143ae2d31",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}