Information about plays

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

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

{
    "id": 1410182,
    "uri": "https://api.kexp.org/v2/plays/1410182/?format=api",
    "airdate": "2008-08-15T15:42:29-07:00",
    "show": 24600,
    "show_uri": "https://api.kexp.org/v2/shows/24600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DJWAz3BYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DJWAz3BYL._SL75_.jpg",
    "song": "Soundsystem",
    "track_id": "5fe511a5-1b71-4a5c-ba98-fe6a72fa0465",
    "recording_id": null,
    "artist": "Michael Franti and Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "All Rebel Rockers",
    "release_id": "7aa8f878-1ca8-4550-b273-042a397c69a2",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2008-09-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}