Information about plays

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

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

{
    "id": 461597,
    "uri": "https://api.kexp.org/v2/plays/461597/?format=api",
    "airdate": "2001-08-31T19:49:33-07:00",
    "show": 7834,
    "show_uri": "https://api.kexp.org/v2/shows/7834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bkWna3EWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bkWna3EWL._SL75_.jpg",
    "song": "Play That Fast Thing (One More Time)",
    "track_id": "8a7a682e-7e5b-4584-a796-b52c0fd0578e",
    "recording_id": null,
    "artist": "BR5-49",
    "artist_ids": [
        "11733335-c06f-4630-9fdd-53b4113bdb5c"
    ],
    "album": "This Is BR5-49",
    "release_id": "13ace43c-d956-4033-8d0d-455bbcc49c45",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}