Information about plays

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

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

{
    "id": 464879,
    "uri": "https://api.kexp.org/v2/plays/464879/?format=api",
    "airdate": "2001-09-10T20:54:32-07:00",
    "show": 7899,
    "show_uri": "https://api.kexp.org/v2/shows/7899/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410oGZqvzwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410oGZqvzwL._SL75_.jpg",
    "song": "Cardo O Ceniza",
    "track_id": "173e5483-05c8-4d7b-9f5a-ee0d27a17e19",
    "recording_id": null,
    "artist": "Susana Baca",
    "artist_ids": [
        "176af481-a5db-4902-84e0-393e7811b8c4"
    ],
    "album": "Gifted: Women of the World",
    "release_id": "ca843111-3900-450c-8898-f6b3babea393",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}