Information about plays

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

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

{
    "id": 448738,
    "uri": "https://api.kexp.org/v2/plays/448738/?format=api",
    "airdate": "2001-07-25T15:48:45-07:00",
    "show": 7586,
    "show_uri": "https://api.kexp.org/v2/shows/7586/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61A4KN4FXNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61A4KN4FXNL._SL75_.jpg",
    "song": "Llegaste tarde",
    "track_id": "2b594811-2a3f-42bd-a35c-ee76b41badd0",
    "recording_id": null,
    "artist": "Los Amigos Invisibles",
    "artist_ids": [
        "c694bf65-83e9-47d5-aeb3-bb68f78ef981"
    ],
    "album": "Arepa 3000: A Venezuelan Journey Into Space",
    "release_id": "4bed45b2-1768-4b49-9b4d-e23264661a59",
    "release_group_id": null,
    "labels": [
        "Luaka  Bop"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}