Information about plays

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

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

{
    "id": 427538,
    "uri": "https://api.kexp.org/v2/plays/427538/?format=api",
    "airdate": "2001-05-24T08:40:00-07:00",
    "show": 7180,
    "show_uri": "https://api.kexp.org/v2/shows/7180/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51U5oCAb5gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51U5oCAb5gL._SL75_.jpg",
    "song": "What I Always Wanted",
    "track_id": null,
    "recording_id": null,
    "artist": "Swell",
    "artist_ids": [
        "f8706364-9bc4-4fa6-976e-be39c3490d9f"
    ],
    "album": "Too Many Days Without Thinking",
    "release_id": "36737bfa-93bc-4b61-9f19-91851d792893",
    "release_group_id": null,
    "labels": [
        "Beggar's Banquet"
    ],
    "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"
}