Information about plays

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

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

{
    "id": 476198,
    "uri": "https://api.kexp.org/v2/plays/476198/?format=api",
    "airdate": "2001-10-14T09:00:00-07:00",
    "show": 8119,
    "show_uri": "https://api.kexp.org/v2/shows/8119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LxOILPqSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LxOILPqSL._SL75_.jpg",
    "song": "No Future",
    "track_id": "d04ab5c6-aea5-4ea7-a4bc-4b628fd6c058",
    "recording_id": null,
    "artist": "Champion Jack Dupree",
    "artist_ids": [
        "5849fa32-0283-4204-9d1b-507cfaf9d4a2"
    ],
    "album": "A Portrait of Champion Jack Dupree",
    "release_id": "73b3a9e1-417e-4dcc-9106-17fbc4eef6d5",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}