Information about plays

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

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

{
    "id": 1385438,
    "uri": "https://api.kexp.org/v2/plays/1385438/?format=api",
    "airdate": "2008-06-14T03:32:48-07:00",
    "show": 24184,
    "show_uri": "https://api.kexp.org/v2/shows/24184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5104%2Bwad9WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5104%2Bwad9WL._SL75_.jpg",
    "song": "Cool City",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cute Lepers",
    "artist_ids": [
        "b6c845d8-10af-47be-942f-6d3e2275637f"
    ],
    "album": "Can't Stand Modern Music",
    "release_id": "0d257a9e-5290-4023-891e-56cc559255c2",
    "release_group_id": null,
    "labels": [
        "Heart Beat"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}