Information about plays

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

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

{
    "id": 1413744,
    "uri": "https://api.kexp.org/v2/plays/1413744/?format=api",
    "airdate": "2008-08-24T13:34:57-07:00",
    "show": 24661,
    "show_uri": "https://api.kexp.org/v2/shows/24661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PM21iwDIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PM21iwDIL._SL75_.jpg",
    "song": "It's the 's' Numero Uno",
    "track_id": "69f155ff-3d05-44aa-8bd4-c426dc2bf29d",
    "recording_id": null,
    "artist": "Sharpshooters",
    "artist_ids": [
        "b1c93be4-fb6e-4985-b77d-d2cdc350d1e5"
    ],
    "album": "Twice as Nice",
    "release_id": "85b55825-73e6-4da1-91c9-b426285581e8",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2003-03-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}