Information about plays

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

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

{
    "id": 1291219,
    "uri": "https://api.kexp.org/v2/plays/1291219/?format=api",
    "airdate": "2007-10-15T13:59:00-07:00",
    "show": 22593,
    "show_uri": "https://api.kexp.org/v2/shows/22593/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61j7HhLLgdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61j7HhLLgdL._SL75_.jpg",
    "song": "Hustler",
    "track_id": "7e60529f-7408-4567-acb6-d89430bea6be",
    "recording_id": null,
    "artist": "Simian Mobile Disco",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Kitsuné Maison Compilation 2",
    "release_id": "d26b5f7f-c009-48ec-98ff-b1ecb32a1922",
    "release_group_id": null,
    "labels": [
        "Kitsuné"
    ],
    "label_ids": [
        "59653285-e1c8-40f5-a6a1-fafd543fa8ae"
    ],
    "release_date": "2006-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}