Information about plays

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

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

{
    "id": 429869,
    "uri": "https://api.kexp.org/v2/plays/429869/?format=api",
    "airdate": "2001-05-31T06:28:00-07:00",
    "show": 7225,
    "show_uri": "https://api.kexp.org/v2/shows/7225/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nJ9iPyDtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nJ9iPyDtL._SL75_.jpg",
    "song": "Knowing When to Run",
    "track_id": "4622abfb-c22d-4ca4-b0f0-575fa5131817",
    "recording_id": null,
    "artist": "The Delgados",
    "artist_ids": [
        "d629843e-d2b9-4665-a203-19f9c7f811ef"
    ],
    "album": "The Great Eastern",
    "release_id": "2aaf05de-5c75-41f9-8a3e-eccb04df3cff",
    "release_group_id": null,
    "labels": [
        "Mantra"
    ],
    "label_ids": [
        "cf0deaf8-b99c-46a2-b977-c2b6efe041da"
    ],
    "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"
}