Information about plays

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

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

{
    "id": 1387462,
    "uri": "https://api.kexp.org/v2/plays/1387462/?format=api",
    "airdate": "2008-06-19T09:29:02-07:00",
    "show": 24219,
    "show_uri": "https://api.kexp.org/v2/shows/24219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6159F2-OmEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6159F2-OmEL._SL75_.jpg",
    "song": "Flower Gardens",
    "track_id": "06947364-5db9-4111-81c1-232281041a96",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Skelliconnection",
    "release_id": "2a330db6-310e-4631-8cf4-edfb7e1ea4f0",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}