Information about plays

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

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

{
    "id": 501298,
    "uri": "https://api.kexp.org/v2/plays/501298/?format=api",
    "airdate": "2001-12-28T10:44:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315P1E9D3DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315P1E9D3DL._SL75_.jpg",
    "song": "Poor Boy Long Way From Home",
    "track_id": null,
    "recording_id": null,
    "artist": "John Fahey",
    "artist_ids": [
        "95bb27d2-43c7-4a92-85ee-f95a245f0ee4"
    ],
    "album": "The Legend of Blind Joe Death",
    "release_id": "e1c0d28f-5b71-4ab3-bb1b-083bf382e9f5",
    "release_group_id": null,
    "labels": [
        "Takoma"
    ],
    "label_ids": [
        "8742f485-a50a-4fc2-b59c-7b5a78cf1115"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}