Information about plays

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

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

{
    "id": 1355470,
    "uri": "https://api.kexp.org/v2/plays/1355470/?format=api",
    "airdate": "2008-03-28T19:39:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611KWX62V6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611KWX62V6L._SL75_.jpg",
    "song": "Black Sand",
    "track_id": "a4e67425-cd77-4199-a2d7-0706ccef8d4d",
    "recording_id": null,
    "artist": "The Space Cossacks",
    "artist_ids": [
        "c5716cbc-dd42-436e-9f05-25325ef42033"
    ],
    "album": "Never Mind the Bolsheviks",
    "release_id": "986486e4-581d-4bf9-817f-081337444c69",
    "release_group_id": null,
    "labels": [
        "MuSick Recordings"
    ],
    "label_ids": [
        "bfb0b3a4-b516-471a-bb36-aa512edf5088"
    ],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}