Information about plays

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

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

{
    "id": 507769,
    "uri": "https://api.kexp.org/v2/plays/507769/?format=api",
    "airdate": "2002-01-16T19:00:00-08:00",
    "show": 8739,
    "show_uri": "https://api.kexp.org/v2/shows/8739/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gtHFE0WSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gtHFE0WSL._SL75_.jpg",
    "song": "Sun Is Shining",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Reed",
    "artist_ids": [
        "018d8a5e-76c7-450d-a0a1-a97f8c26466f"
    ],
    "album": "Lost In The Shuffle",
    "release_id": "0fbc078d-fc0b-44cb-bda5-e2fbe812d268",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}