Information about plays

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

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

{
    "id": 478667,
    "uri": "https://api.kexp.org/v2/plays/478667/?format=api",
    "airdate": "2001-10-21T11:18:27-07:00",
    "show": 8166,
    "show_uri": "https://api.kexp.org/v2/shows/8166/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mCyhk8ufL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mCyhk8ufL._SL75_.jpg",
    "song": "Down In A Hole",
    "track_id": null,
    "recording_id": null,
    "artist": "John Campbell",
    "artist_ids": [
        "75384a53-c672-4073-92ac-7e1647103bce"
    ],
    "album": "Howlin Mercy",
    "release_id": "2c33179e-72c1-4c72-a196-6e4691d9314c",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}