Information about plays

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

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

{
    "id": 427045,
    "uri": "https://api.kexp.org/v2/plays/427045/?format=api",
    "airdate": "2001-05-22T22:56:28-07:00",
    "show": 7172,
    "show_uri": "https://api.kexp.org/v2/shows/7172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B5FGN0WRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B5FGN0WRL._SL75_.jpg",
    "song": "Eat My Dust You Insensitive F***",
    "track_id": null,
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Happy Days",
    "release_id": "2483b71d-6a6e-4279-ad8c-3eaa3fc59759",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}