Information about plays

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

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

{
    "id": 1313715,
    "uri": "https://api.kexp.org/v2/plays/1313715/?format=api",
    "airdate": "2007-12-13T13:22:51-08:00",
    "show": 22975,
    "show_uri": "https://api.kexp.org/v2/shows/22975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lzSU7jaUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lzSU7jaUL._SL75_.jpg",
    "song": "Move Your Feet",
    "track_id": null,
    "recording_id": null,
    "artist": "Junior Senior",
    "artist_ids": [
        "258f34b3-e8c3-4621-937f-ffc5a3dc9918"
    ],
    "album": "D-D-Don't Don't Stop the Beat",
    "release_id": "9a8a0a99-ccf3-4a13-b455-34e229689ab2",
    "release_group_id": null,
    "labels": [
        "Crunchy Frog Recordings"
    ],
    "label_ids": [
        "ba03df8d-4b8d-4bef-bb32-9ada7f9c89c6"
    ],
    "release_date": "2002-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}