Information about plays

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

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

{
    "id": 429418,
    "uri": "https://api.kexp.org/v2/plays/429418/?format=api",
    "airdate": "2001-05-30T00:24:42-07:00",
    "show": 7217,
    "show_uri": "https://api.kexp.org/v2/shows/7217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31W4mL3dldL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31W4mL3dldL._SL75_.jpg",
    "song": "Washed Up",
    "track_id": "8bf5797e-b002-479d-ba43-7e9cd52c0b89",
    "recording_id": null,
    "artist": "Colin Spring",
    "artist_ids": [
        "975bfc2d-3176-4ba7-a3f3-6f810ddb9a85"
    ],
    "album": "Meet The Sea Or Be Washed Up",
    "release_id": "8080ee8d-85cb-4c50-a2c5-914c9258b9b4",
    "release_group_id": null,
    "labels": [
        "Home Recorded Culture"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}