Information about plays

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

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

{
    "id": 431250,
    "uri": "https://api.kexp.org/v2/plays/431250/?format=api",
    "airdate": "2001-06-04T14:18:45-07:00",
    "show": 7254,
    "show_uri": "https://api.kexp.org/v2/shows/7254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EX8JJQHPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EX8JJQHPL._SL75_.jpg",
    "song": "K",
    "track_id": "27ebbfb5-1759-4a7a-a6c2-59789aef69dc",
    "recording_id": null,
    "artist": "Cul de Sac",
    "artist_ids": [
        "2d45574f-6e9f-404b-b87b-51ee318bbc27"
    ],
    "album": "Crashes to Light, Minutes to Its Fall",
    "release_id": "fcb86a37-4747-4117-969e-8a72f98af993",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1999-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}