Information about plays

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

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

{
    "id": 1278161,
    "uri": "https://api.kexp.org/v2/plays/1278161/?format=api",
    "airdate": "2007-09-12T02:43:12-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41liV2kNLXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41liV2kNLXL._SL75_.jpg",
    "song": "Turkish Delight",
    "track_id": "6db54264-11cf-4dfe-8f84-ff416c8fcab2",
    "recording_id": null,
    "artist": "Lindstrøm & Prins Thomas",
    "artist_ids": [
        "00c168b2-5ea0-4838-a437-62cbf4a4d003"
    ],
    "album": "Lindstrøm & Prins Thomas",
    "release_id": "95028458-3c7b-4381-becf-1811a21f121f",
    "release_group_id": null,
    "labels": [
        "Eskimo Recordings"
    ],
    "label_ids": [
        "3a62f686-fdb4-4ec1-9b17-766e3e5cab94"
    ],
    "release_date": "2005-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}