Information about plays

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

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

{
    "id": 469152,
    "uri": "https://api.kexp.org/v2/plays/469152/?format=api",
    "airdate": "2001-09-23T15:20:00-07:00",
    "show": 7985,
    "show_uri": "https://api.kexp.org/v2/shows/7985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C86Z6CHWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C86Z6CHWL._SL75_.jpg",
    "song": "I Wanted to Meet Him",
    "track_id": "cd9a261c-7822-4a8c-9118-6bf4419c039f",
    "recording_id": null,
    "artist": "To Rococo Rot and I-Sound",
    "artist_ids": [
        "3469c1ed-7e7d-4c93-8f5b-6e05c4764193"
    ],
    "album": "Pantone EP",
    "release_id": "3a9b58c7-d775-487a-a842-f7870ef01204",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}