Information about plays

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

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

{
    "id": 511264,
    "uri": "https://api.kexp.org/v2/plays/511264/?format=api",
    "airdate": "2002-01-27T01: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/5100D81W6CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5100D81W6CL._SL75_.jpg",
    "song": "Konw Jah Dub",
    "track_id": null,
    "recording_id": null,
    "artist": "The Abyssinians",
    "artist_ids": [
        "103ae173-2204-40b8-a6a8-f1623304deed"
    ],
    "album": "Declaration of Dub",
    "release_id": "06038b16-6c79-4232-98a5-fb346616cf30",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}