Information about plays

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

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

{
    "id": 423375,
    "uri": "https://api.kexp.org/v2/plays/423375/?format=api",
    "airdate": "2001-05-11T07:31:45-07:00",
    "show": 7095,
    "show_uri": "https://api.kexp.org/v2/shows/7095/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512YRR70WNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512YRR70WNL._SL75_.jpg",
    "song": "Black Metallic",
    "track_id": null,
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "053f988e-2b6d-4384-8dec-74bde963de4e",
    "release_group_id": null,
    "labels": [
        "Phonogram"
    ],
    "label_ids": [
        "1a181fea-ac2f-4a39-8e76-1f9a8760573b"
    ],
    "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"
}