Information about plays

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

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

{
    "id": 1233336,
    "uri": "https://api.kexp.org/v2/plays/1233336/?format=api",
    "airdate": "2007-05-20T02:37:48-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61P1ANBTDPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61P1ANBTDPL._SL75_.jpg",
    "song": "God of Thunder",
    "track_id": "02bb2a14-9d0f-4c8a-b20d-ccf944777f76",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Dead Cities, Red Seas & Lost Ghosts (bonus disc)",
    "release_id": "df9345b2-c711-4ca2-a3cc-69c5814ee9e8",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2004-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}