Information about plays

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

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

{
    "id": 464531,
    "uri": "https://api.kexp.org/v2/plays/464531/?format=api",
    "airdate": "2001-09-09T18:45:00-07:00",
    "show": 7892,
    "show_uri": "https://api.kexp.org/v2/shows/7892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wvsfZCzWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wvsfZCzWL._SL75_.jpg",
    "song": "J. Beez Comin' Trough",
    "track_id": null,
    "recording_id": null,
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "Done by the Forces of Nature",
    "release_id": "d7d68e45-2b8c-4629-9c75-84a59bcc8a90",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}