Information about plays

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

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

{
    "id": 1256576,
    "uri": "https://api.kexp.org/v2/plays/1256576/?format=api",
    "airdate": "2007-07-19T15:20:06-07:00",
    "show": 22006,
    "show_uri": "https://api.kexp.org/v2/shows/22006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511%2Bga%2B-uuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511%2Bga%2B-uuL._SL75_.jpg",
    "song": "You'll Never Catch Him",
    "track_id": null,
    "recording_id": null,
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Three Easy Pieces",
    "release_id": "3db32553-72c4-47d9-92cc-edf25c820124",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}