Information about plays

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

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

{
    "id": 415388,
    "uri": "https://api.kexp.org/v2/plays/415388/?format=api",
    "airdate": "2001-04-16T16:22:30-07:00",
    "show": 6931,
    "show_uri": "https://api.kexp.org/v2/shows/6931/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ER9MM96NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ER9MM96NL._SL75_.jpg",
    "song": "One Is the Magic Number",
    "track_id": "524f815b-b80c-4e97-8744-f2cf9e25fd13",
    "recording_id": null,
    "artist": "Jill Scott ",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Who Is Jill Scott? Words and Sounds, Volume 1",
    "release_id": "eecb042f-85a2-4f1a-ab8c-5c9a947c2d66",
    "release_group_id": null,
    "labels": [
        "Hidden Beach"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}