Information about plays

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

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

{
    "id": 1382768,
    "uri": "https://api.kexp.org/v2/plays/1382768/?format=api",
    "airdate": "2008-06-07T10:58:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C3FQRV47L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C3FQRV47L._SL75_.jpg",
    "song": "Cherry Oh Baby",
    "track_id": "3662f329-4728-4fb9-99d0-05ffd2b3fd4a",
    "recording_id": null,
    "artist": "Eric Donaldson",
    "artist_ids": [
        "dd2a83eb-2710-4c00-90a1-7fcccea3f24e"
    ],
    "album": "Planète Ska: Le Meilleur Du Ska",
    "release_id": "895d42b4-f667-47d0-a014-22a567e125ed",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}