Information about plays

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

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

{
    "id": 417516,
    "uri": "https://api.kexp.org/v2/plays/417516/?format=api",
    "airdate": "2001-04-23T19:33:20-07:00",
    "show": 6973,
    "show_uri": "https://api.kexp.org/v2/shows/6973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FYZV3JGSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FYZV3JGSL._SL75_.jpg",
    "song": "Wenge Mambo",
    "track_id": "003b78d3-2b9e-43bc-8b51-fe3be74a3a2e",
    "recording_id": null,
    "artist": "Oliver Mtukudzi",
    "artist_ids": [
        "566fb0fe-cf3a-48d1-a4ea-e9e6aaf7236e"
    ],
    "album": "Bvuma - Tolerance",
    "release_id": "0f08173d-c5bc-4977-8891-b27d549a1adf",
    "release_group_id": null,
    "labels": [
        "Sheer Sound (S. Africa)"
    ],
    "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"
}