Information about plays

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

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

{
    "id": 1263293,
    "uri": "https://api.kexp.org/v2/plays/1263293/?format=api",
    "airdate": "2007-08-05T15:33:16-07:00",
    "show": 22122,
    "show_uri": "https://api.kexp.org/v2/shows/22122/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51td6GpfG8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51td6GpfG8L._SL75_.jpg",
    "song": "Aftershocks and Afterthoughts",
    "track_id": "6bf69b5c-4e3c-4544-a85c-413eaa1fee82",
    "recording_id": null,
    "artist": "Small Sails",
    "artist_ids": [
        "a643a6ef-1e33-4f7f-8251-116c3b3c5859"
    ],
    "album": "Similar Anniversaries",
    "release_id": "03bcf9a5-faea-4025-b62d-df011c0c57f8",
    "release_group_id": null,
    "labels": [
        "Other Electricities"
    ],
    "label_ids": [
        "2ad5f30c-4b10-4b82-9ab6-5ab22efc9c83"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}