Information about plays

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

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

{
    "id": 439914,
    "uri": "https://api.kexp.org/v2/plays/439914/?format=api",
    "airdate": "2001-06-29T18:10:00-07:00",
    "show": 7416,
    "show_uri": "https://api.kexp.org/v2/shows/7416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FQlm4fERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FQlm4fERL._SL75_.jpg",
    "song": "Bop Cat Bop",
    "track_id": "3e7710db-bde7-407e-9d40-502752c8b2d7",
    "recording_id": null,
    "artist": "Simon Crum",
    "artist_ids": [
        "53b89f60-b58e-4c7f-8d09-db4e3404422c"
    ],
    "album": "A Capitol Rockabilly Party, Part 2",
    "release_id": "a32eb52c-bd48-488e-8032-0276e478d6a9",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}