Information about plays

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

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

{
    "id": 433706,
    "uri": "https://api.kexp.org/v2/plays/433706/?format=api",
    "airdate": "2001-06-11T23:54:00-07:00",
    "show": 7299,
    "show_uri": "https://api.kexp.org/v2/shows/7299/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YRQQFFKYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YRQQFFKYL._SL75_.jpg",
    "song": "chorale/lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Rinde Eckert",
    "artist_ids": [
        "fb768c00-48af-48a6-8350-b2ac7edf7b70"
    ],
    "album": "Do the Day Over",
    "release_id": "81213e8f-9e3e-46e2-8034-4509e454064e",
    "release_group_id": null,
    "labels": [
        "City of Tribes Records"
    ],
    "label_ids": [
        "38a3bdb4-bb75-48ec-9683-ee842d846e97"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}