Information about plays

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

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

{
    "id": 1338629,
    "uri": "https://api.kexp.org/v2/plays/1338629/?format=api",
    "airdate": "2008-02-14T11:03:42-08:00",
    "show": 23390,
    "show_uri": "https://api.kexp.org/v2/shows/23390/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RGZEHMBGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RGZEHMBGL._SL75_.jpg",
    "song": "I've Been Loving You Too Long (to Stop Now)",
    "track_id": "28c37925-cbde-479e-8514-7802a19e607c",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Definitive Otis Redding (disc 1)",
    "release_id": "6a2687d1-523e-4b1b-998d-79c5ebd40078",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}