Information about plays

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

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

{
    "id": 1379169,
    "uri": "https://api.kexp.org/v2/plays/1379169/?format=api",
    "airdate": "2008-05-27T10:35:52-07:00",
    "show": 24070,
    "show_uri": "https://api.kexp.org/v2/shows/24070/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417SDRAY50L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417SDRAY50L._SL75_.jpg",
    "song": "Yoo-Hoo",
    "track_id": null,
    "recording_id": null,
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "Live at Maxwell's",
    "release_id": "249eadf3-6a7a-4a27-84d2-e76f6dad5daf",
    "release_group_id": null,
    "labels": [
        "dcn"
    ],
    "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"
}