Information about plays

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

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

{
    "id": 1375769,
    "uri": "https://api.kexp.org/v2/plays/1375769/?format=api",
    "airdate": "2008-05-18T22:34:00-07:00",
    "show": 24014,
    "show_uri": "https://api.kexp.org/v2/shows/24014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C%2Berq3AsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C%2Berq3AsL._SL75_.jpg",
    "song": "Trust Nobody",
    "track_id": "fc2d0123-5481-4cd0-8a0b-1a1344b79a56",
    "recording_id": null,
    "artist": "SP:MC",
    "artist_ids": [
        "c61a3e12-5d0c-4f47-9ab1-c281cb7f7c3a"
    ],
    "album": "I Love Dubstep (disc 1)",
    "release_id": "197ceb6c-67ab-4a7e-a6b8-4e469abb085f",
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [
        "afb77626-2867-4bad-aae9-f390969eb6b1"
    ],
    "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"
}