Information about plays

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

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

{
    "id": 439549,
    "uri": "https://api.kexp.org/v2/plays/439549/?format=api",
    "airdate": "2001-06-28T17:26:40-07:00",
    "show": 7409,
    "show_uri": "https://api.kexp.org/v2/shows/7409/?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": "Something in the Way",
    "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": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}