Information about plays

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

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

{
    "id": 1079923,
    "uri": "https://api.kexp.org/v2/plays/1079923/?format=api",
    "airdate": "2006-04-15T15:54:45-07:00",
    "show": 18965,
    "show_uri": "https://api.kexp.org/v2/shows/18965/?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": "Party Time",
    "track_id": "2853bcb6-7ee4-458e-b6b1-1a995ddfdeed",
    "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"
}