Information about plays

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

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

{
    "id": 426412,
    "uri": "https://api.kexp.org/v2/plays/426412/?format=api",
    "airdate": "2001-05-21T02:47:08-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JHRDQSEXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JHRDQSEXL._SL75_.jpg",
    "song": "Wade in the Water",
    "track_id": "740c0d8d-302e-4045-a980-3c4a80058762",
    "recording_id": null,
    "artist": "Califone",
    "artist_ids": [
        "68025033-de1b-42f5-8a21-bedfb8895dda"
    ],
    "album": "Roomsound",
    "release_id": "1b60612d-f0cb-414d-8b56-d4b8d1c9ff9e",
    "release_group_id": null,
    "labels": [
        "Perishable"
    ],
    "label_ids": [
        "21c8a1f0-82bc-4147-bcf5-dc2da59d4c0a"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}