Information about plays

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

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

{
    "id": 458913,
    "uri": "https://api.kexp.org/v2/plays/458913/?format=api",
    "airdate": "2001-08-23T21:16:21-07:00",
    "show": 7779,
    "show_uri": "https://api.kexp.org/v2/shows/7779/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CFYXJA06L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CFYXJA06L._SL75_.jpg",
    "song": "The Labour Day Parade",
    "track_id": "19d6d9f2-0037-4eec-b0a7-9b9619253af7",
    "recording_id": null,
    "artist": "Alsace Lorraine",
    "artist_ids": [
        "50eaebbf-be16-4eba-a597-1c21d70c08f6"
    ],
    "album": "Through Small Windows",
    "release_id": "08fa270a-00d8-4917-8bcf-3e8d814e6d47",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}