Information about plays

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

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

{
    "id": 1289128,
    "uri": "https://api.kexp.org/v2/plays/1289128/?format=api",
    "airdate": "2007-10-10T03:59:16-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51msOGTQtFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51msOGTQtFL._SL75_.jpg",
    "song": "The Only One I Know (feat. Robbie Williams)",
    "track_id": "c2bf032f-1f1a-4d50-9e87-4aaadb466863",
    "recording_id": null,
    "artist": "Mark Ronson",
    "artist_ids": [
        "c3c82bdc-d9e7-4836-9746-c24ead47ca19"
    ],
    "album": "Version",
    "release_id": "b814f2c4-6c2d-4146-a394-7d74ee0a81de",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}