Information about plays

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

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

{
    "id": 419600,
    "uri": "https://api.kexp.org/v2/plays/419600/?format=api",
    "airdate": "2001-04-30T01:42:51-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eh-orV%2BoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eh-orV%2BoL._SL75_.jpg",
    "song": "Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Vs.",
    "release_id": "7244f710-6090-43a2-a4e0-772623d71cf5",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}