Information about plays

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

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

{
    "id": 532190,
    "uri": "https://api.kexp.org/v2/plays/532190/?format=api",
    "airdate": "2002-03-28T14:34:00-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y0y52htxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y0y52htxL._SL75_.jpg",
    "song": "(I Can't Get No) Satisfaction",
    "track_id": null,
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "The Covers Record",
    "release_id": "04d583be-95b7-42b9-aaa5-500b36b4b8d8",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}