Information about plays

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

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

{
    "id": 472600,
    "uri": "https://api.kexp.org/v2/plays/472600/?format=api",
    "airdate": "2001-10-03T17:26:40-07:00",
    "show": 8049,
    "show_uri": "https://api.kexp.org/v2/shows/8049/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412TTC1PBVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412TTC1PBVL._SL75_.jpg",
    "song": "Colpo Rovente / Red Hot",
    "track_id": "faac0de1-63f7-4808-9b63-b0528856d3f1",
    "recording_id": null,
    "artist": "Piero Piccioni",
    "artist_ids": [
        "52e50090-9a6d-463b-9cf9-ea5de196026a"
    ],
    "album": "Beat at Cinecittà, Volume 2",
    "release_id": "f156cec2-129b-47d0-8eba-2f0f461b9a9f",
    "release_group_id": null,
    "labels": [
        "Crippled Dick"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}