Information about plays

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

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

{
    "id": 502307,
    "uri": "https://api.kexp.org/v2/plays/502307/?format=api",
    "airdate": "2001-12-31T15:00:00-08:00",
    "show": 8632,
    "show_uri": "https://api.kexp.org/v2/shows/8632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513%2BWzI3CBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513%2BWzI3CBL._SL75_.jpg",
    "song": "Mississippi",
    "track_id": "7eae3b27-9f70-47ff-8cbf-42ab66013e3e",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "\"Love and Theft\"",
    "release_id": "1edb9e12-e80c-40c5-a75a-bc6cb78b7b77",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "2003-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}