Information about plays

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

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

{
    "id": 1256505,
    "uri": "https://api.kexp.org/v2/plays/1256505/?format=api",
    "airdate": "2007-07-19T10:11:50-07:00",
    "show": 22005,
    "show_uri": "https://api.kexp.org/v2/shows/22005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61OraQRVn3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61OraQRVn3L._SL75_.jpg",
    "song": "The Rat Cage",
    "track_id": "0a9685e8-d0b4-4bdf-9eb4-7259422675df",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "The Mix-Up",
    "release_id": "c96335b2-2429-4990-a1c8-ff5a4904aa73",
    "release_group_id": null,
    "labels": [
        "CAptiol"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}