Information about plays

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

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

{
    "id": 448805,
    "uri": "https://api.kexp.org/v2/plays/448805/?format=api",
    "airdate": "2001-07-25T19:33:20-07:00",
    "show": 7587,
    "show_uri": "https://api.kexp.org/v2/shows/7587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31LraLGpzAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31LraLGpzAL._SL75_.jpg",
    "song": "if there was a right way",
    "track_id": null,
    "recording_id": null,
    "artist": "Dwight Yoakam",
    "artist_ids": [
        "0fb711af-c7ba-4bdc-b0b6-b8495fc0a590"
    ],
    "album": "dwightyoakamacoustic.net",
    "release_id": "f48f9038-40b4-4539-9a4b-f59645a70b55",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2000-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}