Information about plays

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

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

{
    "id": 531147,
    "uri": "https://api.kexp.org/v2/plays/531147/?format=api",
    "airdate": "2002-03-25T23:25:19-08:00",
    "show": 9197,
    "show_uri": "https://api.kexp.org/v2/shows/9197/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BdB45jSQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BdB45jSQL._SL75_.jpg",
    "song": "I've Been Loving You Too Long (to stop now)",
    "track_id": null,
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Live in Europe",
    "release_id": "fd83fcc0-3f98-4051-96de-38c300afdca3",
    "release_group_id": null,
    "labels": [
        "Atco"
    ],
    "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"
}