Information about plays

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

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

{
    "id": 1375684,
    "uri": "https://api.kexp.org/v2/plays/1375684/?format=api",
    "airdate": "2008-05-18T18:40:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4122cYHwi9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4122cYHwi9L._SL75_.jpg",
    "song": "Paris, Tokyo",
    "track_id": null,
    "recording_id": null,
    "artist": "Lupe Fiasco",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69"
    ],
    "album": "The Cool",
    "release_id": "8a2ec4a0-203f-41e3-b399-5b766837159f",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2007-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}