Information about plays

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

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

{
    "id": 422280,
    "uri": "https://api.kexp.org/v2/plays/422280/?format=api",
    "airdate": "2001-05-08T05:11:15-07:00",
    "show": 7076,
    "show_uri": "https://api.kexp.org/v2/shows/7076/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rpVNqXmYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rpVNqXmYL._SL75_.jpg",
    "song": "Say It Ain't So",
    "track_id": null,
    "recording_id": null,
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Weezer",
    "release_id": "1e477f68-c407-4eae-ad01-518528cedc2c",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}