Information about plays

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

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

{
    "id": 500690,
    "uri": "https://api.kexp.org/v2/plays/500690/?format=api",
    "airdate": "2001-12-26T18:00:00-08:00",
    "show": 8598,
    "show_uri": "https://api.kexp.org/v2/shows/8598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cq26cjN1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cq26cjN1L._SL75_.jpg",
    "song": "Any Ole Way",
    "track_id": "c9ca4108-22c7-4ba6-b8c5-f0cbb9c994bc",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Soul Album",
    "release_id": "e74dc7a9-a475-4814-9932-62f6ea0f16b0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1966-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}