Information about plays

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

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

{
    "id": 420460,
    "uri": "https://api.kexp.org/v2/plays/420460/?format=api",
    "airdate": "2001-05-02T13:11:15-07:00",
    "show": 7035,
    "show_uri": "https://api.kexp.org/v2/shows/7035/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XBSTC4XTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XBSTC4XTL._SL75_.jpg",
    "song": "Electric Lazyland",
    "track_id": "ae42ba43-09a5-4adc-a4b3-1d1c1c2235cb",
    "recording_id": null,
    "artist": "9 Lazy 9",
    "artist_ids": [
        "511481ee-1b97-4333-a161-0492f3e1303c"
    ],
    "album": "The Herb",
    "release_id": "b181c56b-6aad-4f41-9104-3f3c044d8be1",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [
        "0252b53d-c120-4c15-a4a5-589fb758ba3c"
    ],
    "release_date": "1995-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}