Information about plays

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

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

{
    "id": 431707,
    "uri": "https://api.kexp.org/v2/plays/431707/?format=api",
    "airdate": "2001-06-05T22:11:15-07:00",
    "show": 7262,
    "show_uri": "https://api.kexp.org/v2/shows/7262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616TvJkRHML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616TvJkRHML._SL75_.jpg",
    "song": "Soul Makossa",
    "track_id": "d1631ec4-116c-4113-9f91-347dd06231df",
    "recording_id": null,
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "album": "The Very Best of Manu Dibango",
    "release_id": "d1542edd-2c76-424e-8518-99b95ea4a800",
    "release_group_id": null,
    "labels": [
        "Manteca"
    ],
    "label_ids": [
        "97d24ff8-2093-4fa4-984f-534aa8f20119"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}