Information about plays

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

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

{
    "id": 427731,
    "uri": "https://api.kexp.org/v2/plays/427731/?format=api",
    "airdate": "2001-05-24T20:15:00-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rcg%2Bp0fiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rcg%2Bp0fiL._SL75_.jpg",
    "song": "Quittin' Time",
    "track_id": "a62c547e-b0ae-47c4-91e6-fba88a2a988e",
    "recording_id": null,
    "artist": "Dave Dudley",
    "artist_ids": [
        "2439e604-b15b-40ad-bfaf-ea7c3f5a6fca"
    ],
    "album": "Truck Drivin' Son of a Gun",
    "release_id": "d8f11b3d-bab5-4597-bb7f-663ebc302948",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}