Information about plays

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

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

{
    "id": 1264734,
    "uri": "https://api.kexp.org/v2/plays/1264734/?format=api",
    "airdate": "2007-08-09T03:02:49-07:00",
    "show": 22145,
    "show_uri": "https://api.kexp.org/v2/shows/22145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l6l35w5qL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l6l35w5qL._SL75_.jpg",
    "song": "Plastic",
    "track_id": "09ffce16-fa02-4299-a519-a96800f2d226",
    "recording_id": null,
    "artist": "Stereo Total",
    "artist_ids": [
        "475ae7a5-07de-46a8-a88d-4322259aafa9"
    ],
    "album": "Paris < > Berlin",
    "release_id": "16441e59-e185-43f9-8192-f92724bc7b4c",
    "release_group_id": null,
    "labels": [
        "Disko B"
    ],
    "label_ids": [
        "5853081e-00ef-46c1-8c9f-6b6e8c3af52d"
    ],
    "release_date": "2007-06-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}