Information about plays

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

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

{
    "id": 427282,
    "uri": "https://api.kexp.org/v2/plays/427282/?format=api",
    "airdate": "2001-05-23T15:00:00-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZd%2BEQTiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZd%2BEQTiL._SL75_.jpg",
    "song": "Making Enemies",
    "track_id": "9ab9951a-7beb-44c3-a3f9-1e06460042d7",
    "recording_id": null,
    "artist": "Snow Patrol",
    "artist_ids": [
        "a66999a7-ae5c-460e-ba94-1a01143ae847"
    ],
    "album": "When It's All Over We Still Have to Clear Up",
    "release_id": "41bec5b0-327b-465c-9ff5-867e4417683c",
    "release_group_id": null,
    "labels": [
        "Jeepster Recordings"
    ],
    "label_ids": [
        "d8ddfba4-7f0e-4313-8543-048cc2f72f8f"
    ],
    "release_date": "2001-03-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}