Information about plays

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

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

{
    "id": 423513,
    "uri": "https://api.kexp.org/v2/plays/423513/?format=api",
    "airdate": "2001-05-11T16:43:38-07:00",
    "show": 7097,
    "show_uri": "https://api.kexp.org/v2/shows/7097/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL._SL75_.jpg",
    "song": "Dr. Greenthumb",
    "track_id": "621c3bbc-ef3c-4c6c-8b8d-84b9ef78b93b",
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "IV",
    "release_id": "6f281a10-3cb3-482e-b93d-c8edb1314456",
    "release_group_id": null,
    "labels": [
        "Ruffhouse"
    ],
    "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"
}