Information about plays

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

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

{
    "id": 436398,
    "uri": "https://api.kexp.org/v2/plays/436398/?format=api",
    "airdate": "2001-06-19T19:18:00-07:00",
    "show": 7349,
    "show_uri": "https://api.kexp.org/v2/shows/7349/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MJ--naO3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MJ--naO3L._SL75_.jpg",
    "song": "Vaquinha mansa",
    "track_id": "12d5f982-df9d-4632-9f5b-f1a74b6df712",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "Café Atlantico",
    "release_id": "17c4c53a-df68-4c0d-aa70-e62b89a52dd2",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "release_date": "1999-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}