Information about plays

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

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

{
    "id": 418417,
    "uri": "https://api.kexp.org/v2/plays/418417/?format=api",
    "airdate": "2001-04-26T09:48:00-07:00",
    "show": 6990,
    "show_uri": "https://api.kexp.org/v2/shows/6990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51040SKT20L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51040SKT20L._SL75_.jpg",
    "song": "Delicious",
    "track_id": null,
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Adam and Eve",
    "release_id": "0750af24-bcc1-4544-a6b7-4b6f8520f4ca",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1997-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}