Information about plays

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

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

{
    "id": 507755,
    "uri": "https://api.kexp.org/v2/plays/507755/?format=api",
    "airdate": "2002-01-16T18:29: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/41SDVTD4TCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SDVTD4TCL._SL75_.jpg",
    "song": "Without God",
    "track_id": "9287c8ca-d0f8-4bf3-92d0-34291c696331",
    "recording_id": null,
    "artist": "The Word",
    "artist_ids": [
        "d732e5d1-2831-44b3-a08f-c56cd5769424"
    ],
    "album": "The Word",
    "release_id": "64589c68-ba92-4120-ba80-21e5e4ce93b5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}