Information about plays

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

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

{
    "id": 426262,
    "uri": "https://api.kexp.org/v2/plays/426262/?format=api",
    "airdate": "2001-05-20T15:14:07-07:00",
    "show": 7156,
    "show_uri": "https://api.kexp.org/v2/shows/7156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HK5B81WML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HK5B81WML._SL75_.jpg",
    "song": "Fires on the Ocean",
    "track_id": "7869fb5c-50fd-4503-b359-17d8499d6ef3",
    "recording_id": null,
    "artist": "The Ladybug Transistor",
    "artist_ids": [
        "034147e1-0acd-4a3a-9fcf-aa310cb41707"
    ],
    "album": "Argyle Heir",
    "release_id": "ab701839-e363-46fa-9909-eee4766d1b71",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}