Information about plays

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

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

{
    "id": 510550,
    "uri": "https://api.kexp.org/v2/plays/510550/?format=api",
    "airdate": "2002-01-24T22:16:00-08:00",
    "show": 8794,
    "show_uri": "https://api.kexp.org/v2/shows/8794/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S4VC6HBWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S4VC6HBWL._SL75_.jpg",
    "song": "Purple",
    "track_id": "c150c0b2-7f48-42ef-ba80-4c69e8a71140",
    "recording_id": null,
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "Frank Sinatra Conducts Tone Poems of Color",
    "release_id": "1af2a75b-bee0-4bb2-9b18-31af1c2a386e",
    "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"
}