Information about plays

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

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

{
    "id": 461287,
    "uri": "https://api.kexp.org/v2/plays/461287/?format=api",
    "airdate": "2001-08-30T21:48:00-07:00",
    "show": 7829,
    "show_uri": "https://api.kexp.org/v2/shows/7829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RS9JCBDJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RS9JCBDJL._SL75_.jpg",
    "song": "Of Minor Prophets and Their Prostitute Wives",
    "track_id": "6d6e88d7-0898-40a5-a212-af3504d23067",
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "It's Hard to Find a Friend",
    "release_id": "2e60b55b-8bbc-426a-a235-f53f74579248",
    "release_group_id": null,
    "labels": [
        "Made InMexico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}