Information about plays

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

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

{
    "id": 431668,
    "uri": "https://api.kexp.org/v2/plays/431668/?format=api",
    "airdate": "2001-06-05T19:12:00-07:00",
    "show": 7261,
    "show_uri": "https://api.kexp.org/v2/shows/7261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519va0yTraL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519va0yTraL._SL75_.jpg",
    "song": "No necesito",
    "track_id": "f6bda825-fbef-497b-8e50-e823d52a15bb",
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "La Pipa De La Paz",
    "release_id": "1a62bc8c-7458-479a-bf4e-5938a31f1746",
    "release_group_id": null,
    "labels": [
        "BMG L;ATIN"
    ],
    "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"
}