Information about plays

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

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

{
    "id": 1351473,
    "uri": "https://api.kexp.org/v2/plays/1351473/?format=api",
    "airdate": "2008-03-18T23:36:22-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nRUm25%2BZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nRUm25%2BZL._SL75_.jpg",
    "song": "Bury Me Deep",
    "track_id": null,
    "recording_id": null,
    "artist": "Poi Dog Pondering",
    "artist_ids": [
        "b0b95c2e-a361-4a36-bd77-9dfb6ce41014"
    ],
    "album": "Wishing Like a Mountain and Thinking Like the Sea",
    "release_id": "a410011d-a3ab-4b93-9d21-09f0320b2f0b",
    "release_group_id": null,
    "labels": [
        "New World Music"
    ],
    "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"
}