Information about plays

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

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

{
    "id": 1310755,
    "uri": "https://api.kexp.org/v2/plays/1310755/?format=api",
    "airdate": "2007-12-06T00:34:46-08:00",
    "show": 22926,
    "show_uri": "https://api.kexp.org/v2/shows/22926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41sVz7bRywL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41sVz7bRywL._SL75_.jpg",
    "song": "Kebab Shop 3 AM",
    "track_id": null,
    "recording_id": null,
    "artist": "Flunk",
    "artist_ids": [
        "101e0102-841f-4858-972b-edf716ee67c9"
    ],
    "album": "For Sleepyheads Only",
    "release_id": "5bc4c6d4-63c4-405c-ae08-df41577dd0e3",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "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"
}