Information about plays

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

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

{
    "id": 419353,
    "uri": "https://api.kexp.org/v2/plays/419353/?format=api",
    "airdate": "2001-04-29T09:24:00-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DMP6TSD8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DMP6TSD8L._SL75_.jpg",
    "song": "Teach Me",
    "track_id": "2ca2f209-8418-404d-9faf-edd268c2a75f",
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "I've Got the Blues",
    "release_id": "f5bb0b86-c3de-4efb-b1c8-d8280ac029f7",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "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"
}