Information about plays

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

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

{
    "id": 1334190,
    "uri": "https://api.kexp.org/v2/plays/1334190/?format=api",
    "airdate": "2008-02-03T15:40:53-08:00",
    "show": 23321,
    "show_uri": "https://api.kexp.org/v2/shows/23321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tz8PGkygL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tz8PGkygL._SL75_.jpg",
    "song": "Veni Vidi Vici",
    "track_id": "078d046b-eff8-46c5-a8d2-0eef49cf931a",
    "recording_id": null,
    "artist": "Black Lips",
    "artist_ids": [
        "e940d7a3-01d0-468c-86ea-5dc4d89dcf80"
    ],
    "album": "Good Bad Not Evil",
    "release_id": "2887c4b5-18ef-4720-a2c9-adf21392da9c",
    "release_group_id": null,
    "labels": [
        "Vice Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}