Information about plays

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

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

{
    "id": 414338,
    "uri": "https://api.kexp.org/v2/plays/414338/?format=api",
    "airdate": "2001-01-01T02:07:22-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JDUcuprsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JDUcuprsL._SL75_.jpg",
    "song": "Can't Stand Me Now",
    "track_id": "32cb4874-2715-4da0-914a-8c5736ac6989",
    "recording_id": null,
    "artist": "The Libertines",
    "artist_ids": [
        "82b304c0-7da4-45d3-896a-0767c7ae1141"
    ],
    "album": "Time for Heroes: The Best of The Libertines",
    "release_id": "2afe7240-5a8d-448a-aa42-c4d38de38c10",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2007-10-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}