Information about plays

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

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

{
    "id": 427262,
    "uri": "https://api.kexp.org/v2/plays/427262/?format=api",
    "airdate": "2001-05-23T13:48:00-07:00",
    "show": 7175,
    "show_uri": "https://api.kexp.org/v2/shows/7175/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZNTLDNeML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZNTLDNeML._SL75_.jpg",
    "song": "The Days of Wine and Roses",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "The Days of Wine and Roses",
    "release_id": "c6233602-7a77-4a1a-b405-d3d75a9c631c",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "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"
}