Information about plays

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

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

{
    "id": 416889,
    "uri": "https://api.kexp.org/v2/plays/416889/?format=api",
    "airdate": "2001-04-20T21:56:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KQXSJVMQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KQXSJVMQL._SL75_.jpg",
    "song": "The Owl Service",
    "track_id": "2790230a-1577-48d3-8d93-b9fad107c0a7",
    "recording_id": null,
    "artist": "Pram",
    "artist_ids": [
        "eb87c32c-d604-4be5-a70c-92c2c78be9d0"
    ],
    "album": "The Museum of Imaginary Animals",
    "release_id": "ede16cc2-7034-4ca4-b490-e627a96a2b04",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}