Information about plays

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

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

{
    "id": 1266746,
    "uri": "https://api.kexp.org/v2/plays/1266746/?format=api",
    "airdate": "2007-08-14T04:44:49-07:00",
    "show": 22179,
    "show_uri": "https://api.kexp.org/v2/shows/22179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BZV8Z4NZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BZV8Z4NZL._SL75_.jpg",
    "song": "Stand",
    "track_id": "90e10873-a0e2-4d4c-9b8f-005ee426aee2",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "The Very Best Of",
    "release_id": "85d97a54-3a4c-40ff-a4b7-33b506a25bb9",
    "release_group_id": null,
    "labels": [
        "Warner Music Sweden AB"
    ],
    "label_ids": [
        "e401ebfc-89bb-4a30-a062-f91625ece68a"
    ],
    "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"
}