Information about plays

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

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

{
    "id": 535448,
    "uri": "https://api.kexp.org/v2/plays/535448/?format=api",
    "airdate": "2002-04-07T01:45:29-08:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61m5%2BVAZrrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61m5%2BVAZrrL._SL75_.jpg",
    "song": "Plateu",
    "track_id": null,
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "MTV Unplugged in New York",
    "release_id": "e5edb300-0df6-4089-87ae-ab4bfd20b66d",
    "release_group_id": null,
    "labels": [
        "Universal Music Japan"
    ],
    "label_ids": [
        "bd86569c-ba94-4e5e-a3c7-9ebd16b59709"
    ],
    "release_date": "2009-06-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}