Information about plays

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

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

{
    "id": 508085,
    "uri": "https://api.kexp.org/v2/plays/508085/?format=api",
    "airdate": "2002-01-17T15:09:00-08:00",
    "show": 8744,
    "show_uri": "https://api.kexp.org/v2/shows/8744/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lxG6OkWXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lxG6OkWXL._SL75_.jpg",
    "song": "Batzal",
    "track_id": "e1479962-67ad-4f40-b2a3-1381d6d056df",
    "recording_id": null,
    "artist": "Erik Friedlander",
    "artist_ids": [
        "ae258659-2e98-4edb-ae69-fc3db144377e"
    ],
    "album": "Grains of Paradise",
    "release_id": "35bfe876-4d8a-4cd1-ab51-35d8cf0731c0",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "2001-11-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}