Information about plays

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

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

{
    "id": 472556,
    "uri": "https://api.kexp.org/v2/plays/472556/?format=api",
    "airdate": "2001-10-03T14:44:00-07:00",
    "show": 8049,
    "show_uri": "https://api.kexp.org/v2/shows/8049/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S2KG62PGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S2KG62PGL._SL75_.jpg",
    "song": "Barry's 7 Contraption",
    "track_id": null,
    "recording_id": null,
    "artist": "Add N to (X)",
    "artist_ids": [
        "8a723345-c62c-45ec-a45e-c1007f2981b4"
    ],
    "album": "Avant Hard",
    "release_id": "924a11a3-a75a-4b55-85e1-ee5e1e8cc438",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1999-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}