Information about plays

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

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

{
    "id": 1412820,
    "uri": "https://api.kexp.org/v2/plays/1412820/?format=api",
    "airdate": "2008-08-22T04:01:11-07:00",
    "show": 24644,
    "show_uri": "https://api.kexp.org/v2/shows/24644/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RWF9FRHXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RWF9FRHXL._SL75_.jpg",
    "song": "Proposition 61",
    "track_id": "879b180b-e62f-4017-92a6-9f47a3589a7d",
    "recording_id": null,
    "artist": "The Most Serene Republic",
    "artist_ids": [
        "e7c2d42e-b045-41b6-a391-88f4ea545185"
    ],
    "album": "Underwater Cinematographer",
    "release_id": "db34d773-ce84-428a-806a-d0a4283c6d2c",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2005-06-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}