Information about plays

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

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

{
    "id": 481143,
    "uri": "https://api.kexp.org/v2/plays/481143/?format=api",
    "airdate": "2001-10-28T16:38:49-08:00",
    "show": 8214,
    "show_uri": "https://api.kexp.org/v2/shows/8214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519QmV8mP1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519QmV8mP1L._SL75_.jpg",
    "song": "Mr. Knight",
    "track_id": "6c4ae1f8-81d8-4997-86ea-6ab00888b528",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "The Heavyweight Champion: The Complete Atlantic Recordings (disc 4)",
    "release_id": "7dcedeb8-9355-4538-ab61-221efe1f63da",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}