Information about plays

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

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

{
    "id": 415253,
    "uri": "https://api.kexp.org/v2/plays/415253/?format=api",
    "airdate": "2001-04-16T09:30:00-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TJRMF013L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TJRMF013L._SL75_.jpg",
    "song": "(When your awake) You're Still in a Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "Isn't Anything",
    "release_id": "68e5b8f5-8fe5-4824-9608-a8047a2babfe",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1988-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}