Information about plays

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

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

{
    "id": 1375250,
    "uri": "https://api.kexp.org/v2/plays/1375250/?format=api",
    "airdate": "2008-05-17T14:50:18-07:00",
    "show": 24003,
    "show_uri": "https://api.kexp.org/v2/shows/24003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wqe-zQbHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wqe-zQbHL._SL75_.jpg",
    "song": "I Can't Stand It",
    "track_id": "73419ca8-66a8-4d18-8638-f56feedee256",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Very Best Of",
    "release_id": "5a7eccff-573d-4278-bbc6-24fa3867a673",
    "release_group_id": null,
    "labels": [
        "Verve/Polygram"
    ],
    "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"
}