Information about plays

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

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

{
    "id": 530089,
    "uri": "https://api.kexp.org/v2/plays/530089/?format=api",
    "airdate": "2002-03-22T19:05:27-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51otXIbZtsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51otXIbZtsL._SL75_.jpg",
    "song": "All I Can Do Is Cry",
    "track_id": "cf2fe747-e546-42c9-8ec7-cf08f1c3a8ae",
    "recording_id": null,
    "artist": "Mike Ness",
    "artist_ids": [
        "45d7e6e8-c5bf-4c59-a79e-c7bb2e9b2cc9"
    ],
    "album": "Under the Influences, Volume 1",
    "release_id": "93a1a156-2246-478a-9ce7-bc15fa4d7f0f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}