Information about plays

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

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

{
    "id": 419508,
    "uri": "https://api.kexp.org/v2/plays/419508/?format=api",
    "airdate": "2001-04-29T19:12:37-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414YMJJ8DQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414YMJJ8DQL._SL75_.jpg",
    "song": "Solidify",
    "track_id": "c6c40211-fc6b-48fe-a1b7-b35bdcc103f6",
    "recording_id": null,
    "artist": "Sean Price",
    "artist_ids": [
        "c659f049-6d66-4b4e-b33e-f0991f287d34"
    ],
    "album": "Donkey Sean Jr. (Mixed by P.F. Cuttin)",
    "release_id": "b5772016-1385-4057-bfa4-2518c8e3b7de",
    "release_group_id": null,
    "labels": [
        "Duck Down"
    ],
    "label_ids": [],
    "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"
}