Information about plays

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

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

{
    "id": 1361928,
    "uri": "https://api.kexp.org/v2/plays/1361928/?format=api",
    "airdate": "2008-04-14T03:45:00-07:00",
    "show": 23783,
    "show_uri": "https://api.kexp.org/v2/shows/23783/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yi%2B7z5k4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yi%2B7z5k4L._SL75_.jpg",
    "song": "I'm the One",
    "track_id": "0ce91873-60fc-4ca7-ba9c-533d0235e9ca",
    "recording_id": null,
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Loose Nut",
    "release_id": "bcd918ec-55aa-4c63-bc3d-49f54c50134b",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}