Information about plays

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

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

{
    "id": 511279,
    "uri": "https://api.kexp.org/v2/plays/511279/?format=api",
    "airdate": "2002-01-27T02:23:00-08:00",
    "show": 8810,
    "show_uri": "https://api.kexp.org/v2/shows/8810/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415X9HYQDAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415X9HYQDAL._SL75_.jpg",
    "song": "Gin and Juice",
    "track_id": "2a4ee563-3797-4b26-a42a-f8ba18a956ac",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Gogitchyershinebox",
    "release_id": "cdbf4b44-6da3-408f-812e-5d1396d150f9",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}