Information about plays

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

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

{
    "id": 1286386,
    "uri": "https://api.kexp.org/v2/plays/1286386/?format=api",
    "airdate": "2007-10-03T03:34:28-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CSCVH52AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CSCVH52AL._SL75_.jpg",
    "song": "Danseparc (Every Day It's Tomorrow)",
    "track_id": null,
    "recording_id": null,
    "artist": "Martha and the Muffins",
    "artist_ids": [
        "d0a4fd70-d8ab-442e-8fb0-f5608936dce3"
    ],
    "album": "Then Again: A Retrospective",
    "release_id": "42ab410e-f9b1-4c5e-9192-81611e90701e",
    "release_group_id": null,
    "labels": [
        "EMI canada"
    ],
    "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"
}