Information about plays

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

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

{
    "id": 1414423,
    "uri": "https://api.kexp.org/v2/plays/1414423/?format=api",
    "airdate": "2008-08-26T05:15:48-07:00",
    "show": 24672,
    "show_uri": "https://api.kexp.org/v2/shows/24672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51L6bQ5%2B5lL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51L6bQ5%2B5lL._SL75_.jpg",
    "song": "The Escapist",
    "track_id": "3a061422-a8ca-4267-b5bf-8c77d4fa910e",
    "recording_id": null,
    "artist": "The Streets",
    "artist_ids": [
        "6f607087-9c46-4bb2-a884-e4efc764554c"
    ],
    "album": "Everything Is Borrowed",
    "release_id": "fe62230c-003d-4b28-aa0a-7a415e3c9cbe",
    "release_group_id": null,
    "labels": [
        "Vice Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2008-10-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}