Information about plays

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

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

{
    "id": 1387043,
    "uri": "https://api.kexp.org/v2/plays/1387043/?format=api",
    "airdate": "2008-06-18T08:28:08-07:00",
    "show": 24213,
    "show_uri": "https://api.kexp.org/v2/shows/24213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o26nz01yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o26nz01yL._SL75_.jpg",
    "song": "Everyone Nose (All the Girls Standing in the Line for the Bathroom)",
    "track_id": "8d793f52-9c8d-4729-9c75-1a3ca9c4c9bb",
    "recording_id": null,
    "artist": "N*E*R*D",
    "artist_ids": [
        "3fb49f5a-fdc0-4789-9c84-22b38b3f3cb5"
    ],
    "album": "Seeing Sounds",
    "release_id": "f5592c45-306a-4828-a605-65f0bdf471d0",
    "release_group_id": null,
    "labels": [
        "Track Record"
    ],
    "label_ids": [
        "09edd90d-2d30-4dcb-b03e-71af9c8f1fe6"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}