Information about plays

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

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

{
    "id": 461729,
    "uri": "https://api.kexp.org/v2/plays/461729/?format=api",
    "airdate": "2001-09-01T04:56:00-07:00",
    "show": 7836,
    "show_uri": "https://api.kexp.org/v2/shows/7836/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W7MQQYY1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W7MQQYY1L._SL75_.jpg",
    "song": "Sideways",
    "track_id": "74ef1d15-a8ef-455c-849e-99a2f8a0314e",
    "recording_id": null,
    "artist": "Shiner",
    "artist_ids": [
        "85e4c862-bafe-48a2-a7af-b87cc3d8a7f3"
    ],
    "album": "Lula Divinia",
    "release_id": "db7b6b56-0fb8-41c5-bf9b-a261e675ab30",
    "release_group_id": null,
    "labels": [
        "Hit It"
    ],
    "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"
}