Information about plays

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

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

{
    "id": 423992,
    "uri": "https://api.kexp.org/v2/plays/423992/?format=api",
    "airdate": "2001-05-13T12:53:20-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VXZCN9YNL._SL75_.jpg",
    "song": "Fuzzy",
    "track_id": "cc19213d-a055-4d1c-8a1d-58d8c56f7b3e",
    "recording_id": null,
    "artist": "The Incredible Moses Leroy",
    "artist_ids": [
        "1081120d-2be5-4145-9704-4477d855f90c"
    ],
    "album": "Electric Pocket Radio",
    "release_id": "3621c0dd-de4d-4f61-846e-161a62e43c6f",
    "release_group_id": null,
    "labels": [
        "Artemis"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}