Information about plays

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

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

{
    "id": 445148,
    "uri": "https://api.kexp.org/v2/plays/445148/?format=api",
    "airdate": "2001-07-15T04:10:00-07:00",
    "show": 7515,
    "show_uri": "https://api.kexp.org/v2/shows/7515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Ag62VXwHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Ag62VXwHL._SL75_.jpg",
    "song": "Wild Thing",
    "track_id": "690d4637-8b0d-4f3a-a078-61fa956653bd",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Jimi Plays Monterey",
    "release_id": "be8be689-a5bf-490d-9b3b-4efec9966100",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1986-02-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}