Information about plays

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

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

{
    "id": 500634,
    "uri": "https://api.kexp.org/v2/plays/500634/?format=api",
    "airdate": "2001-12-26T15:00:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UCy7EZ1KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UCy7EZ1KL._SL75_.jpg",
    "song": "Nothing Happened Yesterday",
    "track_id": "778661e0-bae0-43d8-a8da-aec888f6403d",
    "recording_id": null,
    "artist": "Tommy Keene",
    "artist_ids": [
        "16008482-67b4-4470-8470-617db730e75c"
    ],
    "album": "The Real Underground",
    "release_id": "3c5b0d6b-1537-4df6-9e19-22f8bc2e5df9",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1993-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}