Information about plays

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

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

{
    "id": 1315957,
    "uri": "https://api.kexp.org/v2/plays/1315957/?format=api",
    "airdate": "2007-12-19T05:11:54-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EdaIMQtOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EdaIMQtOL._SL75_.jpg",
    "song": "Christmas in Jail - Ain't That a Pain",
    "track_id": "b093f066-7b03-4f8a-805d-cd0ab6458b0b",
    "recording_id": null,
    "artist": "Leroy Carr with Scrapper Blackwell",
    "artist_ids": [
        "871486da-ba77-42d6-97a1-63b42e8712ec"
    ],
    "album": "Where Will You Be Christmas Day?",
    "release_id": "8195e70c-8222-4daa-b062-4d9f45c68a0c",
    "release_group_id": null,
    "labels": [
        "Dust-to-Digital"
    ],
    "label_ids": [
        "a56452c5-c130-474b-bd61-7f413f2b0862"
    ],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}