Information about plays

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

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

{
    "id": 533445,
    "uri": "https://api.kexp.org/v2/plays/533445/?format=api",
    "airdate": "2002-04-01T06:00:52-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AF9H42J1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AF9H42J1L._SL75_.jpg",
    "song": "Tracy",
    "track_id": "0ddeccd5-756b-4aa3-99c3-4ef25d222b8f",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Young Team",
    "release_id": "02cfd10b-5070-4414-8033-f8b75dc1e538",
    "release_group_id": null,
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}