Information about plays

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

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

{
    "id": 518146,
    "uri": "https://api.kexp.org/v2/plays/518146/?format=api",
    "airdate": "2002-02-15T13:39:00-08:00",
    "show": 8937,
    "show_uri": "https://api.kexp.org/v2/shows/8937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nEF%2B84SpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nEF%2B84SpL._SL75_.jpg",
    "song": "Rhyme Time Travel",
    "track_id": "b8ce8805-58a3-4e26-a023-703d8d3661f3",
    "recording_id": null,
    "artist": "Arsonists",
    "artist_ids": [
        "ba670ad3-62a0-4ddc-9162-06d3791b21e4"
    ],
    "album": "As the World Burns",
    "release_id": "65a8aed8-2820-4a02-8ef1-49d9df4bb5db",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}