Information about plays

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

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

{
    "id": 446645,
    "uri": "https://api.kexp.org/v2/plays/446645/?format=api",
    "airdate": "2001-07-19T11:40:00-07:00",
    "show": 7544,
    "show_uri": "https://api.kexp.org/v2/shows/7544/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XrZueE9bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XrZueE9bL._SL75_.jpg",
    "song": "Ghetto Soundwave",
    "track_id": "72bec46f-963d-4028-b281-4bcacac0c89c",
    "recording_id": null,
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Truth and Soul",
    "release_id": "94291b63-609c-4f81-916c-0e242c7369a2",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}