Information about plays

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

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

{
    "id": 415235,
    "uri": "https://api.kexp.org/v2/plays/415235/?format=api",
    "airdate": "2001-04-16T08:32:18-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YU%2BuMZI8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YU%2BuMZI8L._SL75_.jpg",
    "song": "Song Against Itself",
    "track_id": null,
    "recording_id": null,
    "artist": "Shellac",
    "artist_ids": [
        "604f273a-d3c1-4b5b-ab83-99541f9368ea"
    ],
    "album": "1000 Hurts",
    "release_id": "76a1b5df-8af7-4c78-8c44-f15ce08c2eb1",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}