Information about plays

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

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

{
    "id": 1213504,
    "uri": "https://api.kexp.org/v2/plays/1213504/?format=api",
    "airdate": "2007-03-30T20:16:16-07:00",
    "show": 21268,
    "show_uri": "https://api.kexp.org/v2/shows/21268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qb%2B53k%2BaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qb%2B53k%2BaL._SL75_.jpg",
    "song": "All by Myself",
    "track_id": "9b1cdc4f-bc59-4d9b-9a3e-511519980976",
    "recording_id": null,
    "artist": "Robert Gordon",
    "artist_ids": [
        "259a8d5f-d323-4b1c-897a-35ffdd7922c5"
    ],
    "album": "Is Red Hot",
    "release_id": "bb16955c-c534-4a18-addd-b4a593f97204",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}