Information about plays

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

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

{
    "id": 1338575,
    "uri": "https://api.kexp.org/v2/plays/1338575/?format=api",
    "airdate": "2008-02-14T07:24:43-08:00",
    "show": 23389,
    "show_uri": "https://api.kexp.org/v2/shows/23389/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Is A Light That Never Goes Out",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The Best Of The Smiths, Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "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"
}