Information about plays

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

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

{
    "id": 495733,
    "uri": "https://api.kexp.org/v2/plays/495733/?format=api",
    "airdate": "2001-12-11T18:16:00-08:00",
    "show": 8503,
    "show_uri": "https://api.kexp.org/v2/shows/8503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AQJRF5X1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AQJRF5X1L._SL75_.jpg",
    "song": "Utuwaskarap",
    "track_id": "db87b0e3-3c5c-4498-a50d-b4f52580629f",
    "recording_id": null,
    "artist": "OKI",
    "artist_ids": [
        "8831395b-5925-4870-8b5c-dee136029376"
    ],
    "album": "Putumayo Presents: Music From the Tea Lands",
    "release_id": "5db56475-7801-4bfc-9cb6-3f330c9a3746",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}