Information about plays

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

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

{
    "id": 481265,
    "uri": "https://api.kexp.org/v2/plays/481265/?format=api",
    "airdate": "2001-10-29T01:18:27-08:00",
    "show": 8217,
    "show_uri": "https://api.kexp.org/v2/shows/8217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411031J3Z9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411031J3Z9L._SL75_.jpg",
    "song": "The Train Kept A-Rollin'",
    "track_id": "2851034b-c2e1-4f05-869c-23cb532481ba",
    "recording_id": null,
    "artist": "The Johnny Burnette Trio",
    "artist_ids": [
        "e4608f95-9f70-46bf-8c49-edababe2f961"
    ],
    "album": "Rockbilly Boogie",
    "release_id": "39343626-6dbf-4d9f-b8b6-413e544ea276",
    "release_group_id": null,
    "labels": [
        "Bear Familt"
    ],
    "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"
}