Information about plays

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

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

{
    "id": 1195273,
    "uri": "https://api.kexp.org/v2/plays/1195273/?format=api",
    "airdate": "2007-02-10T13:32:51-08:00",
    "show": 20951,
    "show_uri": "https://api.kexp.org/v2/shows/20951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-Liwx5o%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-Liwx5o%2BL._SL75_.jpg",
    "song": "O, Dana",
    "track_id": "dfc8bc68-31ec-4f99-b832-eac360881d2c",
    "recording_id": null,
    "artist": "Okkervil River",
    "artist_ids": [
        "9fa07bb4-8312-4cd7-a19a-4fdbc5797148"
    ],
    "album": "Overboard & Down",
    "release_id": "4ad97bcd-0814-4b0a-83e4-27106fc0a2c2",
    "release_group_id": null,
    "labels": [
        "Low Transit Industries Recordings"
    ],
    "label_ids": [
        "948649ca-1e12-408e-b2e8-34efbe7a508b"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}