Information about plays

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

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

{
    "id": 491095,
    "uri": "https://api.kexp.org/v2/plays/491095/?format=api",
    "airdate": "2001-11-28T03:29:00-08:00",
    "show": 8415,
    "show_uri": "https://api.kexp.org/v2/shows/8415/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515ApLZAMaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515ApLZAMaL._SL75_.jpg",
    "song": "World in a Jar",
    "track_id": "76f332d4-bf36-49a7-9242-844867a229d1",
    "recording_id": null,
    "artist": "Enon",
    "artist_ids": [
        "ce49b1f2-a903-46fc-8b84-b5699f019a06"
    ],
    "album": "Believo!",
    "release_id": "e67b4181-46fd-41a9-af4d-5ad377f1f163",
    "release_group_id": null,
    "labels": [
        "SeeThru Broadcasting"
    ],
    "label_ids": [
        "2c963db8-251e-4b03-b436-e890a8588a1f"
    ],
    "release_date": "2000-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}